Deletes a catalog
DELETE/catalogs/:catalog_id
Deletes an unpublished catalog. Use Delete a Release and Delete All Releases to delete releases of a catalog. If the catalog is associated with any catalog rules, you must first update the catalog rules to remove the catalog.
Request
Path Parameters
catalog_id stringrequired
The catalog ID.
Responses
- 204
 - default
 
A 204 response indicates that the catalog has been deleted.
Unexpected error.
- application/json
 
- Schema
 - Example (from schema)
 
Schema
- Array [
 - ]
 
errors object[]
detail string
status string
title string
{
  "errors": [
    {
      "detail": "not processable",
      "status": "422",
      "title": "There was a problem processing your request."
    }
  ]
}
Loading...