Todoist MCP

MIT License
126
5
  • Apple
  • Linux

delete-project

Permanently remove a project from Todoist by specifying the projectId. Ideal for cleaning up or reorganizing task lists. Integrates with Todoist API via Todoist MCP server.

Instructions

Delete a project in Todoist

Input Schema

NameRequiredDescriptionDefault
projectIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "type": "string" } }, "required": [ "projectId" ], "type": "object" }
ID: 2010u29g1w