todoist_delete_section
Remove a specific section from Todoist by providing its unique section ID. This tool simplifies section management within the Enhanced Todoist MCP Server Extended.
Instructions
Delete a section by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sectionId | Yes | The ID of the section to delete |
Input Schema (JSON Schema)
{
"properties": {
"sectionId": {
"description": "The ID of the section to delete",
"type": "string"
}
},
"required": [
"sectionId"
],
"type": "object"
}