Skip to main content
DELETE
/
org
/
{org}
/
task
/
{id}
Delete/Cancel a task by ID
curl --request DELETE \
  --url https://api.cpln.io/org/{org}/task/{id} \
  --header 'Authorization: <api-key>'
{
  "status": 123,
  "message": "<string>",
  "code": "<string>",
  "details": {},
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Service account key can be used as API keys

Path Parameters

org
string
required
id
string
required

Response

Accepted