curl --request DELETE \
--url http://localhost/api/api/cases/{id} \
--header 'Authorization: Bearer <token>'{
"detail": "<string>"
}Delete a specific case by its ID. A soft delete is performed.
curl --request DELETE \
--url http://localhost/api/api/cases/{id} \
--header 'Authorization: Bearer <token>'{
"detail": "<string>"
}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