cURL
curl --request DELETE \ --url https://app.sphinxhq.com/api/cases/{id}/ \ --header 'Authorization: Bearer <token>'
Delete a specific case by ID
OAuth2 access token obtained from POST /api/oauth/token/ using client credentials.
A unique integer value identifying this generic case.
No response body
Was this page helpful?