Skip to main content
DELETE
/
reports
/
{id}
curl --request DELETE \
  --url https://api.falconalert.com/reports/48
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/4rt21/backend-proyecto/llms.txt

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

Deletes a report by its unique identifier. This action is permanent and cannot be undone.

Path Parameters

id
string
required
The unique identifier of the report to delete

Response

success
boolean
Indicates whether the deletion was successful
curl --request DELETE \
  --url https://api.falconalert.com/reports/48
{
  "success": true
}

Build docs developers (and LLMs) love