Delete Release Bundle v2 Version Tag

JFrog REST APIs

Content Type
REST API

Description: Deletes the tag from the selected Release Bundle v2 version.

Since: 7.126.?

Security: Requires Annotate and Delete permissions to the target Release Bundle path.

Usage:DELETE /lifecycle/api/v2/release_bundle/records/{rb-name}/{rb-version}/tag

Sample Request:

DELETE /lifecycle/api/v2/release_bundle/records/changedbundle/1.0.0/tag

Response body: {empty}

Status Codes:

Code

Description

204

Deleted (Sync)

401

Bad Credentials

403

Permission Denied

404

Not Found

Tip

An alternate method is to execute the Assign Tag API with a null or empty value for tag:

{
    "tag":null
}

or,

{
   "tag":""
}