Delete a case status
Headers
-
Content-Type string
-
Accept string
Path parameters
-
The ID of the cases status.
DELETE
/api/v1/cases-status/{id}
curl \
-X DELETE https://api.plannrcrm.com/api/v1/cases-status/id \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
Response examples (200)
{
"name": "To Be Reviewed",
"uuid": "12d82f7b-b861-48c2-90c6-568bc522eebd",
"colour": "#23852B",
"position": 5,
"created_at": "2025-01-12T12:55:57+00:00",
"updated_at": "2025-01-12T12:55:57+00:00"
}