delete-object
Delete any Todoist entity by its ID. Supports projects, sections, tasks, comments, labels, filters, goals, reminders, and location reminders, including archived projects.
Instructions
Delete a project, section, task, comment, label, filter, goal, reminder, or location_reminder by its ID. Projects can be deleted whether active or archived (find archived ones via find-projects with archivedStatus); note a workspace project must be archived before it can be deleted, while personal projects can be deleted regardless.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the entity to delete. | |
| type | Yes | The type of entity to delete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the deletion was successful. | |
| deletedEntity | Yes | Information about the deleted entity. |