v1
latestOpenAPI 3.1.02026-08-0420819698.7 KBRoutes
Statuses
Delete Status
Deletes a custom status and reassigns all tasks using it. Default statuses (0, 1, 2) cannot be deleted.
IMPORTANT NOTE: Deleting task statuses that are currently in use will result in all tasks assigned that status being reset to status 0 (open).
Path Parameters:
- statusID (number, required) - ID of the status to delete
Query Parameters:
- replacementStatusID (number, required) - ID of the status to assign to tasks currently using the deleted status. Can be a default status (0, 1, 2) or another custom status.
Validation:
-
Cannot delete default statuses (IDs 0, 1, 2)
-
Both statusID and replacementStatusID must exist
-
replacementStatusID must differ from statusID
-
replacementStatusID must be valid for the customer
delete/v2/statuses/{statusID}
Query parameters
replacementStatusIDinteger
ID of the status to reassign tasks to (required)
Response
204 No Content - Success