Delete Report
delete_reportDelete a Visual Analytics report and its content. This permanently discards unwanted reports; no per-object undo is available.
Instructions
Delete a Visual Analytics report and its content.
There is no per-object undo in the report API, so deleting and rebuilding
(or copying first) is how you discard an unwanted report. Returns
{"status": "deleted", "report_id": ...} (or not_found /
delete_failed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes | The report id to delete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||