Statuses
Delete status
Permanently deletes a status from a workspace.
DELETE
Delete status
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
The numeric status ID.
Query parameters
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
Returns204 No Content with an empty body on success.
Delete status