Tags
Remove Tag
Remove a tag from a subscriber
POST
Remove Tag
Remove a tag from a subscriber. If the subscriber doesn’t exist, they will be created (without the tag).
Request Body
Subscriber delivery email address. Required when creating a new subscriber.
Your app/customer/user ID for this subscriber. You can remove tags with only
externalId when the subscriber already exists.Tag name to remove
First name (used if creating new subscriber)
Last name (used if creating new subscriber)
Responses
Response Fields
| Field | Description |
|---|---|
subscriber.created | true if subscriber was created by this request |
tag.removed | true if the tag was removed from the subscriber |
Use Cases
Downgrade Customer Status
Remove Interest Tag
If the subscriber doesn’t have the specified tag, the request will still
succeed with
tag.removed: false.Remove Tag