cURL
curl --request DELETE \ --url https://api.example.com/api/v1/organizations/{organization_id}/datasets/{dataset_id} \ --header 'Authorization: Bearer <token>'
{ "code": "unauthorized", "message": "<string>" }
Permanently deletes a fine-tuning dataset.
Documentation IndexFetch the complete documentation index at: https://docs.nscale.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.nscale.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer HTTP authentication. Allowed headers -- Authorization: Bearer <access_token>
Successful response.
Was this page helpful?