Skip to main content
DELETE
/
task
/
{task_id}
cURL
curl -X DELETE "https://api.smooth.sh/api/v1/task/YOUR_TASK_ID" \
     -H "apikey: YOUR_API_KEY"

Authorizations

apikey
string
header
required

Path Parameters

task_id
string
required

Response

Task successfully cancelled.

I