cURL
curl --request DELETE \ --url https://api.groq.com/openai/v1/models/{model} \ --header 'Authorization: Bearer <token>'
{ "deleted": true, "id": "<string>", "object": "<string>" }
Delete a model
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The model to delete
OK
The response is of type object.
object