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

Authorizations

Authorization
string
header
required

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

Path Parameters

model
string
required

The model to delete

Response

200 - application/json

OK

The response is of type object.