Deletes all releases
DELETE/catalogs/:catalog_id/releases
Deletes all releases of the specified published catalog.
Request
Path Parameters
catalog_id stringrequired
The catalog ID.
Responses
- 204
 - default
 
A 204 response indicates that the releases have 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...