cURL
curl --request DELETE \ --url https://{controlPlaneURL}/api/llm/files/{id} \ --header 'Authorization: Bearer <token>' \ --header 'x-tfy-provider-name: <x-tfy-provider-name>'
Deletes a specified file
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Name of the provider
Optional metadata for the request
The ID of the file to retrieve
File deleted successfully
Was this page helpful?