delete-object
Delete a project, section, task, comment, label, filter, reminder, or location_reminder by providing its ID and type. Supports active and archived projects.
Instructions
Delete a project, section, task, comment, label, filter, 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. |