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 |
|---|---|---|
| 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/versions/1.0.2'
Authorization: ••••••
Response body: {empty}
Status Codes:
Code | Description |
|---|---|
202 | Deleted (asynchronous) |
204 | Deleted (synchronous) |
401 | Bad Credentials |
403 | Permission Denied |