Function Call:

remove_tag_from_contact

Purpose:

This will remove an existing tag, or tags, from a contact by email address.

Parameters:

email_address
tag_name

– comma separated list of tags

Return:

status – if success

– tags not found supplied in “detail”
– tags already assigned to contact supplied in “detail”

example: {“status”: “ok”, “detail”: “Success: Tag(s) not found: my+tag, another+tag; Contact has tag(s): a fourth tag, atag”}
would indicate that some tags have not been removed but not others

status – if error

Example:

http://example.com/a.php/api/remove_tag_from_contact?api_key=0c68398f&email_address=test@example.com&tag_name=my+tag

Multiple tags option:

http://example.com/a.php/api/remove_tag_from_contact?api_key=0c68398f&email_address=test@example.com&tag_name=tag_name=tag1,my+tag,another+tag,a+fourth+tag