coda_delete_rows
Delete multiple rows from a Coda table by specifying the document ID, table ID or name, and a JSON list of row IDs.
Instructions
Delete multiple rows from a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | The ID of the document | |
| tableIdOrName | Yes | The ID or name of the table | |
| rowIds | Yes | JSON string of row IDs to delete, e.g. ["i-row1", "i-row2"] |