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": "c99adcb0-8ccf-4c19-84f8-b60e0d648536",
"colour": "#23852B",
"position": 5,
"created_at": "2025-07-25T15:56:18+01:00",
"updated_at": "2025-07-25T15:56:18+01:00",
"is_type_completed": false
}