Delete a case status Run in API Explorer
Ask AI
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": "066db6aa-28f9-443d-9066-fb05e43ef12c",
"colour": "#23852B",
"position": 5,
"created_at": "2026-03-20T13:25:15+00:00",
"updated_at": "2026-03-20T13:25:15+00:00",
"is_type_completed": false
}