---
title: "Remove"
method: POST
path: "/catalogs/remove"
tags: ["Catalogs"]
---

# Remove

`POST /catalogs/remove`

Remove a catalog.

## Headers

- `X-Batch-Project` string, required

## Request body

- object
  - `name` string, required — Identifier of the catalog to remove.

## Response `202`

Request accepted for asynchronous processing

- EmptyResponse

## Other responses

- `401` — The Rest API Key is not valid for this project
- `404` — Not found
- `500` — Unexpected error
- `503` — Batch's services are under maintenance. Please try again later

---

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