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