Skip to main content
DELETE
/
api
/
cases
/
{id}
/
delete_findings
{
  "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.