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": "fd5d3868-d18b-40eb-831e-32b023bd5e4b",
"colour": "#23852B",
"position": 5,
"created_at": "2025-09-17T15:46:52+01:00",
"updated_at": "2025-09-17T15:46:52+01:00",
"is_type_completed": false
}