Delete document's tag value
DELETE/documents/:documentId/tags/:tagKey/:tagValue
Delete a specific document tag's key/value combination; the request will be ignored if there is no valid key/value combination found
Request
Path Parameters
documentId stringrequired
Document Identifier
tagKey stringrequired
Tag Key
tagValue stringrequired
Tag Key Value
Query Parameters
siteId string
Site Identifier
shareKey string
Share Identifier
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
message string
Result message
{
"message": "string"
}
Loading...