Skip to main content
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

Authorization
string
header
required

Morph API key, passed as Authorization: Bearer sk-.... Create keys at https://www.morphllm.com/dashboard/api-keys.

Path Parameters

model
string
required

Identifies the model to remove. A fine_tuned_model value, or the id of the job that produced it.

Example:

"support-classifier"

Response

Deletion confirmation for the model.

Confirmation that a model was deleted.

id
string
required

The model that was deleted.

Example:

"support-classifier"

object
string
required

Always model on a deletion receipt.

Example:

"model"

deleted
boolean
required

True once the model is gone.

Example:

true