Skip to main content
DELETE
/
api
/
v1
/
tasks
/
{id}
Delete task
curl --request DELETE \
  --url https://api.getarca.app/api/v1/tasks/{id} \
  --header 'Authorization: Bearer <token>'
This action is irreversible.
Requires the tasks:write scope. Viewers cannot delete tasks.

Path parameters

id
string
required
The numeric task ID.

Response

Returns 204 No Content with an empty body on success.