# Delete Checkpoint Permanently delete a specific model checkpoint. Deletion is not allowed if the checkpoint is currently selected for inference. Endpoint: DELETE /tailored-gen/models/{model_id}/checkpoints/{checkpoint_step} ## Path parameters: - `model_id` (integer, required) The ID of the model. - `checkpoint_step` (integer, required) The training step number of the checkpoint to delete. ## Header parameters: - `api_token` (string, required)