cURL
curl --request DELETE \ --url https://api-prod.interactly.ai/kb/v1/files/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "accepted" }
Delete File
Retrieve your API Key from Dashboard API Keys Section.
Unique ID of the file
The file has been deleted successfully
"accepted"