cURL
curl --request DELETE \ --url https://api.example.com/api/cases/{id}/ \ --cookie sessionid=
Delete a specific case by ID
No response body
Was this page helpful?