---
title: "Delete catalog"
method: DELETE
path: "/api/catalogs/{catalogName}"
tags: ["Catalog"]
---

# Delete catalog

`DELETE /api/catalogs/{catalogName}`

Deletes a specific catalog. If purge=true, also deletes Nimtable-managed data associated with the catalog.

## Path parameters

- `catalogName` string, required

## Query parameters

- `purge` boolean

## Response `204`

Catalog deleted successfully

## Other responses

- `400` — Invalid request parameters
- `404` — Catalog not found
- `500` — Internal server error

---

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