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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.interactly.ai/llms.txt

Use this file to discover all available pages before exploring further.

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"