coda_delete_row
Delete a specific row from a table in a Coda document by providing the document ID, table identifier, and row identifier.
Instructions
Delete a single row 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 | |
| rowIdOrName | Yes | The ID or name of the row to delete |