confluence_comment_delete
Delete a Confluence comment by ID using the v2 API. Requires kind (footer/inline) and confirm: true to authorize the irreversible action.
Instructions
Delete a Confluence comment (by comment_id from confluence_comment_list). kind must be "footer" or "inline". Irreversible: pass confirm: true to authorise — without it the tool refuses and makes no API call. Returns YAML. Mirrors omni-dev atlassian confluence comment delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | `"footer"` or `"inline"` — the v2 API uses separate endpoints. | |
| confirm | Yes | Must be `true` — destructive guard. | |
| comment_id | Yes | Comment ID to delete (from `confluence_comment_list`). |