Skip to main content
DELETE
/
kb
/
v1
/
files
/
{id}
Delete File
curl --request DELETE \
  --url https://api-prod.interactly.ai/kb/v1/files/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "accepted"
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

id
string
required

Unique ID of the file

Response

The file has been deleted successfully

message
string
Example:

"accepted"