cURL
curl --request DELETE \ --url https://eu-cloudflare.vg-stuff.com/agents/{agentId}/kb/{docId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
(Convocore agents only) Deletes a document from the agent’s knowledge base, if your agent is built with VF use Voiceflow’s API instead. This route must use the new V3 endpoints.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response