provider Fine-tuning DELETE
/fine_tuning/checkpoints/{fine_tuned_model_checkpoint}/permissions/{permission_id} @utdk/openai
/fine_tuning/checkpoints/{fine_tuned_model_checkpoint}/permissions/{permission_id} **NOTE:** This endpoint requires an [admin API key](../admin-api-keys).
Organization owners can use this endpoint to delete a permission for a fine-tuned model checkpoint.
- fine_tuned_model_checkpoint path required
- The ID of the fine-tuned model checkpoint to delete a permission for.
- string
- permission_id path required
- The ID of the fine-tuned model checkpoint permission to delete.
- string
Try it
Authentication
Configure credentials for OpenAI API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import openai from '@utdk/openai';
await openai.deletefinetuningcheckpointpermission()