curl --request DELETE \
--url http://localhost/api/api/cases/{id}/delete_document \
--header 'Authorization: Bearer <token>'{
"id": 123,
"case": 123,
"name": "<string>",
"link": "<string>"
}Delete existing Case Document in a Case
curl --request DELETE \
--url http://localhost/api/api/cases/{id}/delete_document \
--header 'Authorization: Bearer <token>'{
"id": 123,
"case": 123,
"name": "<string>",
"link": "<string>"
}JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this case.