Description: Deletes the received Release Bundle v2 version from the target device (for example, an Edge node).
Note
To delete a Release Bundle v1 version from the target, see Delete Release Bundle v1 Version from Distribution Edges. For information about the difference between v1 and v2 Release Bundles, see Types of Release Bundles.
Warning
Deleted Release Bundle v2 versions are not sent to the trash can even when the trash can is enabled. This means that once deleted, the version cannot be recovered.
Since: 7.103.1 (Artifactory), 2.28.1 (Distribution)
Security: Requires an admin user.
Usage: DELETE /api/v2/release_bundle/received/{release_bundle_name}/{release_bundle_version}
Query Parameters (optional):
Field | Type | Description |
---|---|---|
| string | Defines the project name associated with the Release Bundle on the source Artifactory. |
async | boolean | Determines whether the operation should be asynchronous ( |
Response body: {empty}
Status Codes:
Code | Description |
---|---|
200 | Submitted (Async) |
204 | Deleted (Sync) |
401 | Bad Credentials |
403 | Permission Denied |
404 | Not Found |