Reports Delete Saved Report
reports_delete_saved_reportDelete a saved report by specifying its report ID. Optionally clear the session path and choose output format (summary, full, raw).
Instructions
Delete saved report. This may delete, clear, reset, or otherwise remove data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Optional dotted output field paths to return, such as ['id', 'merchant.name', 'category.name']. | |
| report_id | Yes | ||
| output_mode | No | Output shape to return. Use summary for compact CLI-style defaults, full for complete structured data without raw, and raw for complete structured data including raw payloads. | summary |
| session_path | No |