Skip to main content
DELETE
/
tasks
/
{id}
Delete a task
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>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.

Path Parameters

id
string
required

Response

Task deleted successfully