Blue Cedar policies applied to an app.

DELETE

Remove all Blue Cedar policies from an app.

The policy console keeps a copy of the original app you uploaded, and reverts to that clean copy when you remove all the app’s policies.

Parameters

ParameterDescription
GUID

Required. The GUID for the app. To find GUIDs for all apps on the policy console, use GET app-market/catalog.

Example request

Request

curl -b c.txt -c c.txt -X DELETE https://bc.qwe.local/mocana-app-control/rest/app-market/policy/
2c364bfe-014e-4661-9c09-99e01de77849
CODE

Response

{ "application": {},
  "message": "",
  "status": "OK" }
CODE