Description: Deletes the selected Release Bundle v2 version promotion with all its artifacts. Each promoted artifact may be deleted only if there is no other promotion that refers to it by the same repository path and binary checksum.
Warning
Deleted Release Bundle v2 promotions are not sent to the trash can even when the trash can is enabled. This means that once deleted, the promotion cannot be recovered.
Since: 7.63.2
Security: Requires Read and Delete permissions to the target Release Bundle path; requires Delete permissions to the promoted repository paths.
Usage: DELETE /lifecycle/api/v2/promotion/records/{name}/{version}/{created}
Query Parameters (optional):
Field | Type | Description |
---|---|---|
| boolean | Determines whether the operation should be asynchronous (true) or synchronous (false). The default value is |
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 |