Deleting Reports
This endpoint allows you to permanently delete a specific report from your account. Once a report is deleted, it cannot be recovered. You'll need to authenticate your request using your API token and provide the report ID in the URL path. The report ID can be obtained from the list of active reports endpoint.
Deleting a specific Report ( Possible values: The numeric
ID for the Report. This can be retrieved for each user in the response for all
active Report. )
DELETE /api/v1/reports/[ REPORT ID ]/
DELETE a specific Report
curl 'https://acmeinc.datareportive.com/api/v1/reports/[ REPORT ID ]/' -X DELETE -H "Authorization: Token bac01bfaf68e4b30b246b392651f26bc"