ticktick_delete_habit
Permanently remove a habit by its ID using the TickTick MCP Server. This tool streamlines habit management by allowing users to delete unwanted habits from their task system.
Instructions
Delete a habit permanently
Input Schema
Name | Required | Description | Default |
---|---|---|---|
habit_id | Yes | ID of the habit to delete |
Input Schema (JSON Schema)
{
"properties": {
"habit_id": {
"description": "ID of the habit to delete",
"type": "string"
}
},
"required": [
"habit_id"
],
"type": "object"
}