Skip to main content
DELETE
/
api
/
cases
/
{id}
Delete a specific case
curl --request DELETE \
  --url https://api.example.com/api/cases/{id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Path Parameters

id
integer
required

A unique integer value identifying this case.

Response

200 - application/json

Case deleted successfully.

Standard detail response

detail
string
required

Response message