Delete Wiki Grid Rows
grid_delete_rowsRemove specific rows from a Yandex Wiki dynamic table by supplying the table ID, row IDs, and current revision for safe, conflict-free updates.
Instructions
Delete rows from a Yandex Wiki dynamic table. Fetch the grid first and pass the latest revision. This changes structured data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grid_id | Yes | Wiki dynamic table ID. | |
| row_ids | Yes | Row IDs to delete from the grid. | |
| revision | Yes | Current grid revision for optimistic locking. Fetch the grid first and pass its latest revision. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | No | ||
| revision | No |