Headers
-
Content-Type string
-
Accept string
Path parameters
-
The ID of the cases status.
DELETE
/api/v1/cases-status/{id}
curl \
--request DELETE https://api.plannrcrm.com/api/v1/cases-status/id \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Response examples (200)
{
"name": "To Be Reviewed",
"uuid": "91185354-3758-477e-9457-b1e8f8d61aa1",
"colour": "#23852B",
"position": 5,
"created_at": "2025-02-20T10:13:02+00:00",
"updated_at": "2025-02-20T10:13:02+00:00"
}