Skip to main content
DELETE
/
assistants
/
knowledge-base
/
{file_id}
Delete Knowledge Base
curl --request DELETE \
  --url https://api.dev.opencorpus.ai/assistants/knowledge-base/{file_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "data": {},
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

file_id
string
required

Response

Successful Response

status
string
required
data
Data · object
message
string | null