Delete Coda Row
coda_delete_rowRemove a row from a Coda table by specifying document, table, and row IDs. Irreversible action.
Instructions
Delete a specific row from a Coda table. This action is irreversible.
Args:
doc_id (string): The document ID
table_id (string): The table ID
row_id (string): The row ID to delete
Returns: Confirmation with request ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | Coda document ID | |
| row_id | Yes | Row ID to delete | |
| table_id | Yes | Table ID |