delete_report
Remove an unwanted Visual Analytics report by specifying its report_id. Permanently deletes the report and its content, returning a deletion status to confirm the action.
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 | |||