Update / reset a subscribers tags. Pass an empty array [] to reset their tags
Response format | JSON |
---|---|
Requires authentication? | Yes |
tag_sids required | |
---|---|
subscriber_sid required |
curl -X PUT \
-u '[SID]:[TOKEN]' \
'https://api.essential.to/v2/account/subscribers/p03Gjl8Uzn0RkZSpHXHnrw/tags' \
-d '{"tag_sids": []}'
Python coming soon.
Node coming soon.