Task API Server

by milkosten

deleteTask

Remove specific tasks from the Task API Server by specifying their unique ID, ensuring efficient task management and system organization.

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" }

You must be authenticated.

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