delete_chart
Delete a chart from a Google Sheets spreadsheet by specifying the spreadsheet ID and chart ID. Removes the selected chart from the sheet.
Instructions
Delete a chart from the spreadsheet.
Args: spreadsheet_id: The ID of the spreadsheet. chart_id: The ID of the chart (from list_charts).
Returns: Success message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chart_id | Yes | ||
| spreadsheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |