Sample - OpenAI API
DELETE/fine_tuning/checkpoints/{fine_tuned_model_checkpoint}/permissions/{permission_id}

Delete a fine-tuning checkpoint permission

Deletes a permission for a fine-tuned model checkpoint. Supply both the checkpoint identifier and permission identifier, and authenticate with an admin API key. The response confirms whether the permission was deleted.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

2 parameters
fine_tuned_model_checkpointstringrequired
The identifier of the fine-tuned model checkpoint whose permission you want to delete.
permission_idstringrequired
The identifier of the fine-tuned model checkpoint permission to delete.

1 status code
200Returns the deleted checkpoint permission identifier, its `checkpoint.permission` object type, and a boolean indicating whether deletion succeeded.
idstringrequired
The ID of the fine-tuned model checkpoint permission that was deleted.
objectstringrequired
The object type, which is always "checkpoint.permission".
Allowed:checkpoint.permission
deletedbooleanrequired
Whether the fine-tuned model checkpoint permission was successfully deleted.

Error handling

fine_tuned_model_checkpoint and permission_id must identify the checkpoint and permission to delete. The request must use an admin API key.