Delete Application Version

JFrog REST APIs

Content Type
REST API

Description: Deletes the specified application version.

Since: AppTrust 1.16.4

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

Query Parameters (optional):

Parameter

Type

Description

async

boolean

Determines whether the operation should be asynchronous (true) or synchronous (false).

The default value is true, which means that Artifactory does not wait for application version deletion to complete before allowing you to move on to the next task.

Sample Request:

DELETE 'https://{host}.jfrog.io/apptrust/api/v1/applications/catalina-app/versions/1.0.2'
Authorization: ••••••

Response body: {empty}

Status Codes:

Code

Description

202

Deleted (asynchronous)

204

Deleted (synchronous)

401

Bad Credentials

403

Permission Denied