DELETE
/
models
/
{modelSlug}
curl --request DELETE \
  --url https://api.openpipe.ai/api/v1/models/{modelSlug} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "object": "model",
  "deleted": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

modelSlug
string
required

Response

200
application/json
Successful response
id
string
required
object
enum<string>
required
Available options:
model
deleted
boolean
required