todoist_delete_comment
Remove a specific comment from Todoist by its ID using this tool. It integrates with the Enhanced Todoist MCP Server for streamlined task and project management.
Instructions
Delete a comment by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
commentId | Yes | The ID of the comment to delete |
Input Schema (JSON Schema)
{
"properties": {
"commentId": {
"description": "The ID of the comment to delete",
"type": "string"
}
},
"required": [
"commentId"
],
"type": "object"
}