delete_projects
Permanently remove one or multiple projects and all associated tasks from OmniFocus. Accepts single or multiple project IDs and provides deletion summary with success/failure counts.
Instructions
Delete one or more projects from OmniFocus (NEW API - Enhanced with Union type).
WARNING: This permanently deletes the projects and all their tasks. Cannot be undone.
NEW API changes:
Accepts Union[str, list[str]] for project_ids (single or multiple)
Returns detailed summary with success/failure counts
Args: project_ids: Single project ID (str) or list of project IDs to delete
Returns: Summary of deleted projects with count and any errors encountered
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_ids | Yes |