Delete Release Bundle v2 Version from Target

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

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.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.Trash Can Settings

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

source_project_key

string

Defines the project name associated with the Release Bundle on the source Artifactory.

async

boolean

Determines whether the operation should be asynchronous (true) or synchronous (false). The default value is true.

Response body: {empty}

Status Codes:

Code

Description

200

Submitted (Async)

204

Deleted (Sync)

401

Bad Credentials

403

Permission Denied

404

Not Found