---
title: "Deletes a catalog"
method: DELETE
path: "/catalogs/{catalogHrn}"
tags: ["config"]
---

# Deletes a catalog

`DELETE /catalogs/{catalogHrn}`

Deletes a catalog and any layers within that catalog.

## Path parameters

- `catalogHrn` string, required

## Query parameters

- `billingTag` string

## Response `202`

Accepted - your request was received and is being processed.

- StatusLink — Describes the status and href of the create/update/delete resource such as a catalog.
  - `href` string — href of the created/update/delete catalog action
  - `configToken` string — token for getting the status of created/update/delete catalog action
  - `title` string — Title of the action
  - `type` string — Type of the href

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - A catalog with the specified HRN doesn't exist or access to this catalog is forbidden.
- `409` — Conflict - The catalog with the specified HRN is in the process of being deleted.

---

[API](https://skmtc.dev/here/apis/query-api-v1.md) · [All operations](https://skmtc.dev/here/apis/query-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/here/query-api-v1/revisions/30e5d2645407/schema)
