cURL
curl --request DELETE \ --url https://api.example.com/api/cases/{id} \ --header 'Authorization: Bearer <token>'
{ "detail": "<string>" }
Delete a specific case by its ID. A soft delete is performed.
JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this case.
Case deleted successfully.
Standard detail response
Response message