cURL
curl --request POST \ --url https://realtime.voiceflow.com/v1alpha1/public/knowledge-base/document/{documentID}/tags/detach \ --header 'Content-Type: application/json' \ --data ' { "data": { "tags": [ "<string>" ] } } '
Detach many tags to one document by id
Show child attributes
Detach many tags to one document by id in the target project
Was this page helpful?