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 |
|---|---|---|
| boolean | Determines whether the operation should be asynchronous ( The default value is |
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 |