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/api/v1/organizations/{organization_id}/files/{file_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Permanently deletes a fine-tuning data file.
Bearer HTTP authentication. Allowed headers -- Authorization: Bearer <access_token>
Successful response.
Was this page helpful?