Description: Deletes all versions of a Release Bundle v1 on JFrog Distribution only. To delete from the Distribution Edge where it was distributed, see Delete Release Bundle Version from Distribution Edges.
Since: 1.0
Security: Authenticated users only. User must have delete permission for the release bundle.
Usage: DELETE /api/v1/release_bundle/:name
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"
Response status codes:
204 - Successfully deleted release bundle versions
404 - Release bundle not found
Response headers: N/A
Produces: N/A