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)
{
"uuid": "c9595fd5-1b0b-4f87-9112-206bf6db2a56",
"created_at": "2026-05-20T13:55:09+01:00",
"updated_at": "2026-05-20T13:55:09+01:00",
"name": "To Be Reviewed",
"colour": "#23852B",
"position": 5,
"is_type_completed": false
}