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.

Language
Authorization
Header
Click Try It! to start a request and see the response here!