Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.gospott.com/tasks/{id} \ --header 'x-api-key: <api-key>'
{ "status": 0, "message": "<string>", "requestId": "<string>", "errors": [ { "code": "REQUIRED", "path": "<string>", "message": "<string>", "received": "<unknown>" } ] }
Deletes the task with the specified ID.
API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
Task deleted successfully