HTTP Example:POST /API/managementAPI/deleteRuleByUUID/{ruleUUID}
options=…
| API Example: AbstractRemoteManagementAPI.deleteRuleByUUID({'ruleUUID': , 'options': }); |
The global policy is applied to all entities.
Rules apply conditions to the policy as they are applied to specific entities.
This method deletes a rule identified by its name.
It means that the entities bound to this rule will then follow the global policy (unless they are bound to another rule). - Output:
- void
- Form parameters:
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- text/*
- application/xml
|