Delete Application

JFrog REST APIs

Content Type
REST API

Description: Deletes the specified application from the JFrog platform, including all associated versions.

Since: AppTrust 1.16.4

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

Query Parameters (optional):

Parameter

Type

Description

async

boolean

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

The default value is false, which means that Artifactory waits for application 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'
Authorization: ••••••

Response body: {empty}

Status Codes:

Code

Description

202

Deleted (asynchronous)

204

Deleted (synchronous)

401

Bad Credentials

403

Permission Denied