bulk_delete_visuals
Batch delete multiple Power BI visuals in one call. Pass a JSON array of page and visual pairs; each deletion is independent, so missing visuals only fail their own row.
Instructions
BATCH delete_visual: delete MANY visuals in one call. items = JSON array of {page, visual}. One result row per target; a missing visual fails its own row only, the rest still delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | JSON array of {page, visual} | |
| reportSessionId | Yes |