---
title: "Delete an AI Gateway Model"
method: DELETE
path: "/v1/ai-gateways/{gatewayId}/models/{modelIdOrName}"
tags: ["AI Gateway Models"]
---

# Delete an AI Gateway Model

`DELETE /v1/ai-gateways/{gatewayId}/models/{modelIdOrName}`

**Pre-release Endpoint**
This endpoint is currently in beta and is subject to change.

Removes a specific AI Gateway model.

## Response `204`

Model deleted successfully.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/kong/apis/konnect-api-beta.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-beta/revisions/658ffb748f95/schema)
