Delete Folder
omnifocus_delete_folderPermanently delete an OmniFocus folder and all contained projects and folders by providing its ID or name. This action is irreversible via MCP.
Instructions
Permanently delete a folder from OmniFocus, including any projects and folders it contains. This cannot be undone via MCP.
Use either the folder ID from list/search results, or the folder name.
Args:
folderId (string, optional): The folder's ID. Takes priority if both folderId and folderName provided.
folderName (string, optional): The folder's name to search for. At least one of folderId or folderName is required.
Returns: Confirmation message with the deleted folder's name
Examples:
Delete by ID: { folderId: "abc123" }
Delete by name: { folderName: "Old folder" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folderId | No | The folder ID to delete. Takes priority if both folderId and folderName are provided. | |
| folderName | No | The folder name to search for. At least one of folderId or folderName is required. |