Remove a file from the system.
curl -X DELETE https://api.artaios.ai/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.