Description: Deletes specific Release Bundle v1 version on JFrog Distribution only.
Since: 1.0
Security: Authenticated users only. User must have delete permission for the release bundle to delete it from the Distribution Edge where it was distributed. See Delete Release Bundle Version from Distribution Edges.
Usage: DELETE /api/v1/release_bundle/:name/:version
Request headers: N/A
Consumes: N/A
cURL Example
$ curl -u user:password -X DELETE "http://ARTIFACTORY_SERVER_HOSTNAME:8082/distribution/api/v1/release_bundle/:name/:version"
Response status codes:
204 - Successfully deleted release bundle version
404 - Release bundle or release bundle version not found
Response headers: N/A Produces: N/A