policy_fam_rule_delete
This command deletes the specified rule from the specified FAM policy.
This API is available in Guardium V10.1.4 and later.
REST API syntax
This API is available as a REST service with the
DELETE
method. Call this API as follows:
DELETE https://[Guardium hostname or IP address]:8443/restAPI/famPolicyRule
GuardAPI syntax
policy_fam_rule_delete parameter=value
Parameters
Parameter | Value type | Description |
---|---|---|
policyName | String | Required. |
ruleName | String | Required. Name of the rule to be deleted. |
Examples
To delete a rule named audit_read in the policy named fam26:
policy_fam_rule_delete policyName=fam26 ruleName=audit_read