todoist_delete_project
Remove a Todoist project by specifying its ID using this tool, ensuring streamlined project management and decluttering of your Todoist workspace.
Instructions
Delete a project by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes | The ID of the project to delete |
Input Schema (JSON Schema)
{
"properties": {
"projectId": {
"description": "The ID of the project to delete",
"type": "string"
}
},
"required": [
"projectId"
],
"type": "object"
}