---
title: "Delete a semantic catalog by id"
method: DELETE
path: "/catalogs/{catalogId}"
tags: ["SemanticCatalog"]
---

# Delete a semantic catalog by id

`DELETE /catalogs/{catalogId}`

## Response `200`

Deletion outcome (whether a catalog existed for the id).

- DeleteCatalogResult — Outcome of a delete request.
  - `deleted` boolean, required — True when a catalog existed for the id and was removed; false when none existed.

## Other responses

- `401` — unresolved $ref
- `403` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/sphereon-opensource/apis/semantic-model-authoring-api.md) · [All operations](https://skmtc.dev/sphereon-opensource/apis/semantic-model-authoring-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphereon-opensource/semantic-model-authoring-api/revisions/066699c63e89/schema)
