---
title: "Delete a MaaSModelRef"
method: DELETE
path: "/api/v1/maasmodel/{namespace}/{name}"
tags: ["maasmodelrefs"]
---

# Delete a MaaSModelRef

`DELETE /api/v1/maasmodel/{namespace}/{name}`

Deletes a MaaSModelRef Kubernetes custom resource by namespace and name.
K8s calls: DELETE /k8s/v1/maasmodelref/:namespace/:name

## Path parameters

- `namespace` string, required
- `name` string, required

## Response `200`

MaaSModelRef deleted successfully

- object
  - `message` string — Success message

## Other responses

- `401` — Unauthorized
- `404` — MaaSModelRef not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/opendatahub-io/apis/maas-bff-api.md) · [All operations](https://skmtc.net/opendatahub-io/apis/maas-bff-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opendatahub-io/maas-bff-api/revisions/9112415ceeca/schema)
