---
title: "Delete a catalog entry"
method: DELETE
path: "/llm/catalog/{catalog_id}"
tags: ["LlmCatalog"]
---

# Delete a catalog entry

`DELETE /llm/catalog/{catalog_id}`

Remove a catalog entry permanently.

## Path parameters

- `catalog_id` integer, required — ID of the catalog entry to delete.

## Query parameters

- `cookie_name` string, nullable

## Response `204`

Successful Response

## Other responses

- `401` — Missing or invalid authentication.
- `403` — Platform operator privileges required.
- `404` — No catalog entry exists with the given id.
- `422` — Validation Error

---

[API](https://skmtc.net/neulandai/apis/neuland-ai-hub-api.md) · [All operations](https://skmtc.net/neulandai/apis/neuland-ai-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neulandai/neuland-ai-hub-api/revisions/b53e89b98c2b/schema)
