Deletes a release
DELETE/catalogs/:catalog_id/releases/:release_id
Deletes the specified published catalog release.
Request
Path Parameters
catalog_id stringrequired
The catalog ID.
release_id stringrequired
The unique identifier of a published release of the catalog or latestPublished
for the most recently published version.
Responses
- 204
- default
A 204 response indicates that the release 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...