coda_delete_rows
Delete multiple rows from a Coda table in a single call. Use after listing rows to get their IDs for efficient bulk removal.
Instructions
Delete multiple rows from a Coda table in a single call.
Permanently removes all specified rows. This is irreversible. List the rows first with coda_list_rows to get their IDs. Returns a requestId for async mutation tracking. Prefer this over calling coda_delete_row in a loop for better performance and rate limit efficiency.
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_ids | Yes | List of row IDs to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |