Skip to main content
DELETE
/
api
/
v1
/
statuses
/
{id}
Delete status
curl --request DELETE \
  --url https://api.getarca.app/api/v1/statuses/{id} \
  --header 'Authorization: Bearer <token>'
This action is irreversible.
Requires the workspaces:write scope. Only workspace owners and admins can delete statuses. You cannot delete the last remaining completed status in a workspace.

Path parameters

id
string
required
The numeric status ID.

Query parameters

reassign_to
string
Numeric ID of a different status to reassign tasks to before deletion. Required if any tasks are currently assigned this status, the request will return 400 with a task_count field if you omit this when tasks exist.

Response

Returns 204 No Content with an empty body on success.