curl --request DELETE \
--url https://api.baseten.co/v1/models/{model_id} \
--header "Authorization: Api-Key $BASETEN_API_KEY"
{
  "id": "<string>",
  "deleted": true
}

Authorizations

Authorization
string
header
required

You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>

Path Parameters

model_id
string
required

Response

200 - application/json
A model tombstone.

A model tombstone.

id
string
required

Unique identifier of the model

deleted
boolean
required

Whether the model was deleted