GET Managed Application Destroy Method
This method destroys the app with ID <id> and returns status.
Syntax:
GET /api/managed_application/<id>/destroy
Curl
$> curl 'http://localhost:8080/api/managed_application/59081bb444455345403c0000/destroy' -H 'Authorization: Basic YWRtaW46YWRtaW4='
Raw Request
GET /api/managed_application/59081bb444455345403c0000/destroy HTTP/1.1
Host: localhost:8080
Authorization: Basic YWRtaW46YWRtaW4=
Response Body
{
"status": true
}