Delete tag from documents
Removes a tag from a single document or multiple documents.
Copy
DELETE /documents/tagging/{TAG}?list={LIST}
Arguments
| Name | Type | Mandatory | Comments | Default |
|---|---|---|---|---|
| tag | String |
|
Tag value |
None, mandatory |
| list | Number |
|
Comma-delimited list of document ids | None, mandatory |
Response
If successful, a structure listing values is returned:
| Property | Type | Description |
|---|---|---|
| Boolean | FALSE = failed TRUE = success |
Sample calls
Raw HTTP
Copy
DELETE /documents/tagging/{TAG}?list={LIST} HTTP/1.1
Host: rest.interfax.net
Authorization:
Bearer -generated from accounts/token method.
Sample response
Copy
true