Remove Tags from a Contact
Removes a list of tags from a specified contact using the id of the tag.
The dsid of the contact to remove tags from.
JSON array of tag ids (numbers) to remove. Tag ids that are not currently assigned to the contact are silently ignored.
{
"Status": true,
"Message": "",
"Response": {}
}