Skip to main content
DELETE
/
tasks
/
{task_id}
Delete a Task
curl --request DELETE \
  --url https://api.projectcor.com/v1/tasks/{task_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
integer
required

Response

204

Task deleted successfully