confluence_label_remove
Removes labels from a Confluence page. Requires explicit confirmation to proceed, preventing accidental removal.
Instructions
Remove one or more labels from a Confluence page. Destructive operation: callers must explicitly pass confirm: true for the removal to proceed; otherwise the tool refuses with an error. Mirrors omni-dev atlassian confluence label remove.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Confluence page ID. | |
| labels | Yes | Labels to remove from the page. | |
| confirm | Yes | Must be set to `true` — destructive guard. |