Skip to main content
DELETE
/
reports
/
{report_id}
Delete a report
curl --request DELETE \
  --url https://app.gomangrove.com/api/v1/reports/{report_id} \
  --header 'Authorization: <api-key>'
""

Documentation Index

Fetch the complete documentation index at: https://docs.mangrovesystems.com/llms.txt

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

Authorizations

Authorization
string
header
required

Path Parameters

report_id
string
required

Report friendly ID (e.g., rpt_abc123def456)

Response

204