Deleting tags from a Subscriber
This endpoint deletes multiple tags from a subscriber.
Request URL
Authorizations
The momoGood Messaging API v2 authenticates requests by validating an API key passed via HTTP Basic Authentication. Use your login email as the username and your API key as the password.
Path Parameters
ID of the list
Subscriber's phone number with no special characters
Body
All tags that will be deleted
["vip", "customer", "newsletter"]Response
Tags deletion completed
the tags that were found and deleted from the subscriber
the tags that were not found for the subscriber
"OK" if the request was processed successfully or "ERROR" if there was an error processing the request
A message explaining if the request was successful (all tags deleted) or partially successful (some tags were not found)