You can delete an application policy using the CLI tool, REST API or the PPaaS Console as shown below:
Deleting an application policy via the CLI
Overview
CLI command |
remove-application-policy
|
Description | Delete an application policy. |
Command format |
|
Parameter definition
Short option | Long option | Description | Required | Example value |
---|---|---|---|---|
N/A | N/A | Unique ID of the application policy. | Yes | application-policy- 1 |
Example
Retrieve details on the application policy named: application-policy-1 .
remove-application-policy application-policy-1
Sample output
Application policy deleted successfully: [application-policy] application-policy-1
Deleting an application policy via the REST API
Overview
Description | Delete an application policy. |
Resource Path |
|
HTTP Method | DELETE |
Request/Response Format |
|
Command format | curl -X DELETE -H "Content-Type: application/json" -k -v -u <USERNAME>:<PASSWORD> https://<PRIVATE_PAAS_HOST>:<PRIVATE_PAAS_HTTPS_PORT>/api/applicationPolicies/{applicationPolicyId}
|
Example
Retrieve details on the application policy named: application-policy-1 .
cd <PRIVATE_PAAS_CARTRIDGES>/wso2am/1.9.0/samples curl -X DELETE -H "Content-Type: application/json" -k -v -u admin:admin https://localhost:9443/api/applicationPolicies/application-policy-1
Sample output
> DELETE /api/applicationPolicies/application-policy-1 HTTP/1.1 > Host: localhost:9443 > Authorization: Basic YWRtaW46YWRtaW4= > User-Agent: curl/7.43.0 > Accept: */* > Content-Type: application/json > < HTTP/1.1 200 OK < Date: Thu, 08 Oct 2015 08:59:22 GMT < Content-Type: application/json < Transfer-Encoding: chunked < Server: WSO2 Carbon Server < {"status":"success","message":"Application policy deleted successfully: [application-policy] application-policy-1"}
You will come across the following HTTP status codes while deleting an application policy:
HTTP status code | 200, 500 See the descriptions of the HTTP status codes here. |
Deleting an application policy via the Private PaaS console
Follow the instructions below to delete an application policy:
- Click Configurations on the home page.
- Click Application Policies.
- Hover your mouse pointer over the application policy that you wish to delete for the Delete button to appear and click Delete.
- Click Yes to delete the application policy.
Overview
Content Tools
Activity