sheets_delete_chart
Remove a chart from a Google Sheets document. Specify the spreadsheet ID and chart ID; locate chart IDs with sheets_get_metadata.
Instructions
Delete a chart from a Google Sheets spreadsheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chartId | Yes | The ID of the chart to delete (use sheets_get_metadata to find chart IDs) | |
| spreadsheetId | Yes | The ID of the spreadsheet (found in the URL after /d/) |