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