Skip to main content
DELETE
/
api
/
cases
/
{id}
/
delete_document
{
  "id": 123,
  "case": 123,
  "name": "<string>",
  "link": "<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

Document deleted successfully.

id
integer

Document ID.

case
integer

Case ID.

name
string

Document name.

Document link.