---
title: "Delete"
method: DELETE
path: "/api/v1/catalogs/{id}"
tags: ["Request Catalog"]
---

# Delete

`DELETE /api/v1/catalogs/{id}`

Delete a catalog.

## Path parameters

- `id` string, required — The Id of the RequestCatalog to delete.

## Request body

- C1ApiRequestcatalogV1RequestCatalogManagementServiceDeleteRequestInput — Delete a request catalog by Id. It uses URL value for input.

## Response `200`

Empty response with a status code indicating success.

- C1ApiRequestcatalogV1RequestCatalogManagementServiceDeleteResponse — Empty response with a status code indicating success.

---

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