Deletes a release
DELETEhttps://euwest.api.elasticpath.com/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 catalog release ID.
Responses
- 204
- default
A 204 response indicates that the release has been deleted.
Unexpected error.
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
{
"errors": [
{
"detail": "not processable",
"status": "422",
"title": "There was a problem processing your request."
}
]
}
Authorization: Authorization
name: Authorizationtype: httpin: headerscheme: bearer
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X DELETE 'https://euwest.api.elasticpath.com/catalogs/:catalog_id/releases/:release_id' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear