Remove Tags from Contact

Removes one or more tags from a contact by UUID. Either tag_id (single tag) or tag_ids (comma-separated list) must be provided. 'removed' lists names of tags actually detached. 'skipped' lists UUIDs that either didn't resolve to a tag in this account or resolved but were not currently attached to the contact -- both cases mean the tag was not removed (because it wasn't there to begin with). The legacy singular path /contacts/delete_tag also accepts the same payload as an undocumented alias.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
uuid
required

The contact UUID.

uuid

Single tag UUID to remove. Required if tag_ids is not sent.

string

Comma-separated list of tag UUIDs to remove. Required if tag_id is not sent. Each entry is validated as a UUID; invalid entries return 422 with field keys 'tag_ids.0', 'tag_ids.1', etc.

Responses

401

Missing or invalid bearer token.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json