Delete Project Task
aiproject_delete_taskDelete a task and its assignment records by providing the project and task IDs. Use only when you want to permanently remove a task.
Instructions
Calls DELETE /projects/{project}/tasks/{task}. This also deletes the task's assignment records. Use only when the user explicitly wants task deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseUrl | No | Optional AIProject API root URL override. If omitted, AIPROJECT_BASE_URL from the MCP server environment is used. Accepts either http://127.0.0.1:8000 or http://127.0.0.1:8000/api/v1; app roots get /api/v1 appended automatically. | |
| apiKey | No | Optional AIProject API key override. If omitted, AIPROJECT_API_KEY from the MCP server environment is used. The key is sent as X-API-Key. | |
| project | Yes | Project ID. | |
| task | Yes | Task ID. |