wikijs_delete_comment
Delete a comment by its ID. Requires comment management permissions and WIKI_MUTATIONS_ENABLED=true. Provide confirm token if configured.
Instructions
Delete a comment by ID. Requires WIKI_MUTATIONS_ENABLED=true and comment management permissions. confirm is only checked when WIKI_MUTATION_CONFIRM_TOKEN is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must match WIKI_MUTATION_CONFIRM_TOKEN if set. Optional when token is not configured. | |
| id | Yes | Comment ID to delete. |