Remove Tags from a Contact

Removes a list of tags from a specified contact using the id of the tag.

Path Parameters
dsidstringrequired
The dsid of the contact to remove tags from.
HTTP Request Examples
[ 12, 34, 54 ]
HTTP Request Parameters
(body)array
JSON array of tag ids (numbers) to remove. Tag ids that are not currently assigned to the contact are silently ignored.
HTTP Response Examples
200
{ "Status": true, "Message": "", "Response": {} }