delete_report
Delete a SAS Visual Analytics report and its content to discard unwanted reports when no per-object undo exists.
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 | |||