Remove contacts from a tag
reach_removeContactsFromATagV1Remove a tag from specific contacts or all contacts in a profile with a single queued operation. It targets contact UUIDs or all contacts without deleting the tag or contacts.
Instructions
Remove a tag from many contacts at once.
Pass contact_uuids to target specific contacts, or all_contacts to target every contact
in the profile. The work is queued, so a success response means it was accepted rather than
finished. The tag itself and the contacts are not deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tagUuid | Yes | Tag uuid parameter | |
| profileUuid | Yes | Profile uuid parameter |