Skip to main content
DELETE
/
models
/
custom
/
{model_id}
Delete Custom Model
curl --request DELETE \
  --url https://api.opper.ai/v2/models/custom/{model_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": "<unknown>",
  "type": "BadRequestError",
  "message": "The request is invalid"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

model_id
string<uuid>
required

The ID of the custom language model to delete

Response

Successful Response