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

# Delete a catalog

`DELETE /api/catalogs/{catalogName}`

Delete the catalog with the specified name. Also deletes all collections that reference the specified catalog.

## Path parameters

- `catalogName` string, required

## Response `200`

Catalog deleted

## Other responses

- `400` — Invalid parameters
- `401` — Invalid API key

---

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