Skip to main content
DELETE
/
knowledge
/
v1alpha
/
{name}
Delete knowledge
curl --request DELETE \
  --url https://api.inworld.ai/knowledge/v1alpha/{name} \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

Should follow the format Basic {credentials}. The {credentials} consists of the Base64-encoded string of the API key and the secret in the format key:secret

Path Parameters

name
string
required

The name of the knowledge collection to delete. Format: workspaces/{workspace}/knowledge/{knowledge}.

Response

A successful response.

The response is of type object.