Tool name: untag-contact
Removes one existing writable manual tag from one contact. This may immediately alter campaigns, autoresponder queues and automations, so the caller must explicitly approve those effects. Removing a tag does not unsubscribe the contact and changes no subscription or channel state.
Exactly I_ACCEPT_AUTOMATION_EFFECTS: removal may alter campaigns and automations
Value:"I_ACCEPT_AUTOMATION_EFFECTS"
Reference for a multi-value manual tag; use 0 for contact-wide tags
Default:0
Input example
{ "contactId": 1, "manualTagId": 1, "approval": "I_ACCEPT_AUTOMATION_EFFECTS", "referenceId": 0, "accountId": null }
Output example
{ "accountId": 0, "contactId": 0, "manualTagId": 0, "referenceId": 0, "action": "string", "automationEffect": "string", "editUrl": "string" }