Delete tag

Deletes an existing tag for a User.

DELETE /documents/tag/{TAG}

Arguments

Name (bold if mandatory) Type Comments Default
tag String Tag value None, mandatory.

Response

If successful, a structure listing values is returned:

Property Type Description
Boolean FALSE = failed. TRUE = success

Sample Calls


DELETE /documents/tag/{TAG} HTTP/1.1
Host: rest.interfax.net
Authorization:
Bearer -generated from accounts/token method.

Sample response (prettified for display here)

true