post https://api.voiceflow.com/v3alpha/knowledge-base/docs//tags/detach
Detaches existing KB tags from a document (documentID).
All requests to any Knowledge Base APIs require a Dialog Manager API Key.
To obtain this key, go to the Integration tab on the project you uploaded data sources to and click the "Copy API key" button.
Example
Request
{
"data": {
"tags": [
"advanced",
"big_scale"
]
}
}
Response
Successful response will be blank.