Delete Project
omnifocus_delete_projectDelete a project and all its tasks from OmniFocus permanently. Provide the project ID or name to remove it.
Instructions
Permanently delete a project from OmniFocus, including its tasks. This cannot be undone via MCP.
Use either the project ID from list/search results, or the project name.
Args:
projectId (string, optional): The project's ID. Takes priority if both projectId and projectName provided.
projectName (string, optional): The project's name to search for. At least one of projectId or projectName is required.
Returns: Confirmation message with the deleted project's name
Examples:
Delete by ID: { projectId: "abc123" }
Delete by name: { projectName: "Old project" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The project ID to delete. Takes priority if both projectId and projectName are provided. | |
| projectName | No | The project name to search for. At least one of projectId or projectName is required. |