cURL
curl --request POST \ --url https://api.example.com/analyses/{analysis_node_id}/draft/delete/{finding_id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
delete a drafted or actual finding. Changes are not applied until committed.
Documentation IndexFetch the complete documentation index at: https://docs.bevor.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.bevor.io/llms.txt
Use this file to discover all available pages before exploring further.
API key in Bearer token format
Successful Response