Skip to main content
POST
/
analyses
/
{analysis_node_id}
/
draft
/
delete
/
{finding_id}
delete a finding
curl --request POST \
  --url https://api.example.com/analyses/{analysis_node_id}/draft/delete/{finding_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.bevor.io/llms.txt

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

Authorizations

Authorization
string
header
required

API key in Bearer token format

Path Parameters

analysis_node_id
string
required
finding_id
string
required

Response

Successful Response

success
boolean
required