Delete Page Comment
page_delete_commentRemove a comment from a Yandex Wiki page and get the updated comment count. Use comment IDs retrieved by page_get_comments.
Instructions
Delete a comment from a Yandex Wiki page and return the page's updated comment count. Comment ids come from page_get_comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Wiki page slug or full Wiki URL. Provide either page_id or slug. | |
| page_id | No | Wiki page numeric ID. Provide either page_id or slug. | |
| comment_id | Yes | Wiki comment numeric ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deleted | Yes | ||
| page_id | Yes | ||
| comment_id | Yes | ||
| comments_count | No |