Delete a case status Run in API Explorer
DELETE
/api/v1/cases-status/{uuid}
curl \
--request DELETE 'https://api.plannrcrm.com/api/v1/cases-status/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"name": "To Be Reviewed",
"uuid": "245c7729-193a-4f6c-b5c9-07d95665c8e6",
"colour": "#23852B",
"position": 5,
"created_at": "2025-11-17T21:14:39+00:00",
"updated_at": "2025-11-17T21:14:39+00:00",
"is_type_completed": false
}