Subscribers
Remove tag from subscriber
Removes a tag from a subscriber. Creates the subscriber if they don't exist (without the tag).
post/subscribers/tags/remove
Request body
Example request
{
"email": "user@example.com",
"externalId": "user_123",
"tag": "premium"
}Response
Tag removed successfully
Example response
{
"success": true
}