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": "38087b1d-6c63-49b9-9b1e-9568830cd82b",
"colour": "#23852B",
"position": 5,
"created_at": "2024-11-20T13:24:01+00:00",
"updated_at": "2024-11-20T13:24:01+00:00"
}