Contents
Remove document tag
Removes tags from the document.
Role
Administrator
Normal User
Method
DELETE
URL
/api/v2/documents/:documentId/tags
URL parameters
| Parameter Name | Type | Description |
|---|---|---|
| documentId | String | Document ID |
Form parameters
| Parameter Name | Type | Description |
|---|---|---|
| tagNames[] (Multiple) | String | Tag names to be removed |
Response example
Status Line
HTTP/1.1 204 No Content