Skip to main content
DELETE
/
v1alpha1
/
public
/
knowledge-base
/
document
/
{documentID}
Delete document
curl --request DELETE \
  --url https://realtime-api.voiceflow.com/v1alpha1/public/knowledge-base/document/{documentID} \
  --header 'authorization: <api-key>'

Authorizations

authorization
string
header
required

Voiceflow Dialog Manager API key (VF.DM) or Workspace API key (VF.WS)

Path Parameters

documentID
string
required

ID of the document to target.

Response

200

The target document was deleted successfully.