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": "08c3c20d-02f2-4988-a4f9-4b951abf74c2",
"colour": "#23852B",
"position": 5,
"created_at": "2025-07-03T15:26:30+01:00",
"updated_at": "2025-07-03T15:26:30+01:00",
"is_type_completed": false
}