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