gmail.removeLabel removes labels from messages without deleting the labels.
Example
Remove theTriage label from each newly received message:
Inputs
Inputs accept compatible signals.
Label IDs must match exactly. The action matches display names after trimming surrounding whitespace and ignoring capitalization. If any label doesn’t exist in the selected account, the action fails without modifying the messages.
Output
Returns aSignal<string[]> with the modified message IDs in input order.
Removing a Gmail system label changes the corresponding state: for example, removing INBOX archives a message and removing UNREAD marks it as read. The action affects only the supplied messages. It doesn’t affect the label resource or other messages in their threads.