cURL
curl --request DELETE \ --url https://api.example.com/v1/files/{file_id}
{ "id": "<string>", "object": "<string>", "deleted": true }
Delete a specific file.
Documentation IndexFetch the complete documentation index at: https://docs.getimpala.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getimpala.ai/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
The ID of the deleted file.
The object type, which is always file.
"file"
Whether the file was deleted successfully.