Skip to main content
DELETE
/
api
/
cases
/
{id}
/
delete_findings
Delete findings from a case
curl --request DELETE \
  --url https://api.example.com/api/cases/{id}/delete_findings \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "case": 123,
  "content": "<string>"
}
Requires View and Assess Case permission

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

Finding deleted successfully.

id
integer

Finding ID.

case
integer

Case ID.

content
string

Finding content.