Remove a label in bulk
bulk_remove_labelRemove one label from many messages at once, keeping messages in their current folder. Use dry run to preview changes before confirmation.
Instructions
Take one label off many messages at once. The messages stay where they are. GATED, like remove_label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uids | Yes | Explicit message uids. No wildcards. | |
| label | Yes | The label to take off. On Proton the Labels/ prefix is optional. | |
| folder | No | Folder the uids belong to. Default INBOX. | |
| dry_run | No | Preview which uids would be affected, change nothing. | |
| confirmed | No | ||
| uidvalidity | No | UIDVALIDITY for that folder; refuses on mismatch. |