delete_rows
Delete rows from a Google Sheet by matching a value in a specified column. Provide the API endpoint, column name, and value to remove matching rows.
Instructions
Delete rows from a Google Sheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Value to search for (rows with this value will be deleted) | |
| column | Yes | Column name to search in | |
| endpoint | Yes | The SheetsDB API endpoint |