Delete Wiki Grid Rows
grid_delete_rowsDelete rows from a Yandex Wiki dynamic table using row IDs. Fetch the grid first and pass its latest revision to ensure correct 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 |