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

Documentation Index

Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt

Use this file to discover all available pages before exploring further.

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