Skip to main content
DELETE
/
orgs
/
{org_id}
/
assistants
/
{assistant_id}
/
knowledge
/
contents
/
{content_id}
Unlink Knowledge Content from Assistant
curl --request DELETE \
  --url https://api.useinvent.com/orgs/{org_id}/assistants/{assistant_id}/knowledge/contents/{content_id} \
  --header 'Authorization: Bearer <token>'
null

Authorizations

Authorization
string
header
required

Bearer token authentication using your API key

Path Parameters

org_id
string
required

The ID of the org

assistant_id
string
required

The ID of the assistant

content_id
string
required

The ID of the content

Response

200 - application/json