Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
/rest/{version}/applications/{appId}/version/{versionId}
Descriptor | Value |
---|---|
HTTP Method | DELETE |
Description | Deletes the application version with the given versionId. |
Required Permission | Manage Applications |
Version Introduced | 2.5.1 |
Request Header Parameters
Parameter | Value | Required | Description |
---|---|---|---|
Accept | String | Yes | A value of ‘application/json’ must be provided. |
Sample Call:
Code Block | ||||
---|---|---|---|---|
| ||||
curl --insecure -X DELETE -H 'Accept: application/json' -H "Authorization: APIKEY {apiKey}" http://localhost:8080/threadfix/rest/latest/applications/1/version/1 |
Sample Output:
Code Block | ||
---|---|---|
| ||
{ "message": null, "success": true, "responseCode": -1, "object": "Application Version deleted." } |
Page Tree | ||
---|---|---|
|