coda_delete_row
Permanently remove a specific row from a Coda table. This action is irreversible.
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 | |
| table_id_or_name | Yes | Table ID or name | |
| row_id_or_name | Yes | Row ID or name to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |