---
title: "Delete model"
method: DELETE
path: "/openai/v1/models/{model}"
tags: ["Models"]
---

# Delete model

`DELETE /openai/v1/models/{model}`

Delete a model

## Path parameters

- `model` string, required

## Response `200`

OK

- DeleteModelResponse
  - `id` string, required
  - `deleted` boolean, required
  - `object` string, required

## Changes

- **2024-05-22** `0f93f9ac6d4a` — 5 info
  - api operation id `deleteModel` was added
  - the endpoint scheme security `api_key` was removed from the API
  - api tag `Models` added
  - api tag `openai models` removed
  - …1 more

[Change history](https://skmtc.dev/groq/apis/groqcloud-api/changes/openai/v1/models/:model/delete.md)

---

[API](https://skmtc.dev/groq/apis/groqcloud-api.md) · [All operations](https://skmtc.dev/groq/apis/groqcloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/groq/groqcloud-api/revisions/ea91f46f212a/schema)
