coda_delete_row
Permanently delete a specific row from a Coda table using its row ID. Irreversible action; verify row before deleting.
Instructions
Delete a single row from a Coda table.
Permanently removes the row. This is irreversible. Verify the row with coda_get_row before deleting. For bulk deletion, use coda_delete_rows with a list of row IDs instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | The doc ID containing the table | |
| row_id_or_name | Yes | Row ID or name to delete | |
| table_id_or_name | Yes | Table ID or name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |