taskqueue-mcp

delete_project

Delete a project and all its associated tasks.

Input Schema

NameRequiredDescriptionDefault
projectIdYesThe ID of the project to delete (e.g., proj-1).

Input Schema (JSON Schema)

{ "properties": { "projectId": { "description": "The ID of the project to delete (e.g., proj-1).", "type": "string" } }, "required": [ "projectId" ], "type": "object" }