Delete tag from documents

Removes a tag from a single document or multiple documents

DELETE /documents/tagging/{TAG}?list={LIST}

Arguments

Name (bold if mandatory) Type Comments Default
tag String Tag value None, mandatory.
list Number Comma-delimited list of document id’s None, mandatory.

Response

If successful, a structure listing values is returned:

Property Type Description
Boolean FALSE = failed. TRUE = success

Sample Calls


DELETE /documents/tagging/{TAG}?list={LIST} HTTP/1.1
Host: rest.interfax.net
Authorization:
Bearer -generated from accounts/token method.

Sample response (prettified for display here)

true