delete_row
Remove a specific row from a Coda table using its row ID or name, along with the table and document IDs.
Instructions
Delete a specific row from a table by its ID or name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| table_id_or_name | Yes | ||
| row_id_or_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes | An arbitrary unique identifier for this request. | |
| id | Yes | ID of the row to be deleted. |