Skip to main content
DELETE
Delete status
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.