Unbind Package Version

JFrog REST APIs

Content Type
REST API

Description: Disassociates (unbinds) the specified package version from the specified application. This action removes the ownership link between them, and the package version will no longer be considered as belonging to the application.

Since: AppTrust 1.16.4

Usage: DELETE https://{{artifactory-host}}/apptrust/api/v1/applications/{{application_key}}/packages/{{type}}/{{name}}/{{version}}

Path Parameters:

Parameter

Type

Description

application_key

string

The unique application identifier.

type

string

The package type (maven, docker, npm, generic, etc.)

name

string

The package name.

version

string

The package version.

Sample Request:

DELETE 'https://{host}.jfrog.io/apptrust/api/v1/applications/my-web-app/packages/maven/com.example:common-utils/1.2.3"
Content-Type: application/json
Authorization: ••••••

Response body: {empty}

Status Codes:

Code

Description

204

Deleted

400

Bad Request

401

Bad Credentials

403

Permission Denied

404

Not Found