Skip to main content
Glama

Task API Server

by milkosten

deleteTask

Remove a specific task by its unique ID using the Task API Server, ensuring efficient task management for CLI, AI, or browser-based applications.

Input Schema

NameRequiredDescriptionDefault
taskIdYesThe unique ID of the task to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "taskId": { "description": "The unique ID of the task to delete", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "taskId" ], "type": "object" }

Other Tools from Task API Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/milkosten/task-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server