Models
Delete Model
Remove a fine-tuned model at /v1/models/
DELETE
Delete a model
Overview
Deletes a fine-tuned model you own. Built-in models cannot be deleted. This is permanent — predictions against the id fail immediately after.Authorizations
Morph API key, passed as Authorization: Bearer sk-.... Create keys at https://www.morphllm.com/dashboard/api-keys.
Path Parameters
Identifies the model to remove.
A fine_tuned_model value, or the id of the job that produced it.
Example:
"support-classifier"
Delete a model