Skip to main content
Remove a file from the system.
file_id
string
required
The file ID
curl -X DELETE https://api-be.atthene.com/api/v1/files/file_123/ \
  -H "x-api-key: YOUR_API_KEY"

Response

Returns 204 No Content on success.
Deleting a file will remove it from all collections and knowledge bases that reference it.