Remove a label in bulk
bulk_remove_labelDetach one label from many messages at once, leaving messages in place. Provide message UIDs and the label to remove.
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. |