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>'

Documentation Index

Fetch the complete documentation index at: https://docs.getarca.app/llms.txt

Use this file to discover all available pages before exploring further.

This action is irreversible.
Requires the tasks:write scope. Viewers cannot delete tasks. Access-restricted members receive 403 if the task belongs to a list outside their permitted scope.

Path parameters

id
string
required
The numeric task ID.

Response

Returns 204 No Content with an empty body on success.