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