Skip to main content
DELETE
/
api
/
cases
/
{id}
/
delete_findings
Delete findings from a case
curl --request DELETE \
  --url http://localhost/api/api/cases/{id}/delete_findings \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "case": 123,
  "content": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt

Use this file to discover all available pages before exploring further.

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.