Delete checkpoint permission
DELETEhttps:/api.openai.com/v1/fine_tuning/checkpoints/{fine_tuned_model_checkpoint}/permissions/{permission_id}
NOTE: This endpoint requires an .
Organization owners can use this endpoint to delete a permission for a fine-tuned model checkpoint.
Path parameters
fine_tuned_model_checkpoint
string
Required
The ID of the fine-tuned model checkpoint to delete a permission for.permission_id
string
Required
The ID of the fine-tuned model checkpoint permission to delete.
Response
The deletion status of the fine-tuned model checkpoint permission object.
Example request
1 curl https://api.openai.com/v1/fine_tuning/checkpoints/ft:gpt-4o-mini-2024-07-18:org:weather:B7R9VjQd/permissions/cp_zc4Q7MP6XxulcVzj4MZdwsAB \2 -H "Authorization: Bearer $OPENAI_API_KEY"
Example response
1 {2 "object": "checkpoint.permission",3 "id": "cp_zc4Q7MP6XxulcVzj4MZdwsAB",4 "deleted": true5 }
Built with