Delete Wiki Grid Columns
grid_delete_columnsDelete specified columns from a Yandex Wiki dynamic table by providing its grid ID, current revision, and column slugs. Fetch the grid first to pass the latest revision and ensure optimistic locking.
Instructions
Delete columns 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. | |
| revision | Yes | Current grid revision for optimistic locking. Fetch the grid first and pass its latest revision. | |
| column_slugs | Yes | Column slugs to delete from the grid. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | No | ||
| revision | No |