Description: Deletes the selected Release Bundle v2 version with all its promotions. Both the Release Bundle attestation and all artifacts are removed.
Note
To delete a Release Bundle v1 version, see Delete Release Bundle v1 Version. 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.63.2
Security: Requires Read and Delete permissions to the target Release Bundle path.
Usage: DELETE /lifecycle/api/v2/release_bundle/records/{rb-name}/{rb-version}
Query Parameters (optional):
Field | Type | Description |
---|---|---|
| boolean | Determines whether the operation should be asynchronous (true) or synchronous (false). The default value is “true”. |
Note
See Common Optional Query Parameters for additional query parameters that are available for all Release Lifecycle Management APIs.
Response body: {empty}
Status Codes:
Code | Description |
---|---|
200 | Submitted (Async) |
204 | Deleted (Sync) |
401 | Bad Credentials |
403 | Permission Denied |
404 | Not Found |