delete_classifier_rule

This command deletes classification rules.

This API is available in Guardium V9.5 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/classifier_rule

GuardAPI syntax

delete_classifier_rule parameter=value

Parameters

Parameter Value type Description
policyName String Required.
ruleName String Required.

Examples

grdapi delete_classifier_rule policyName=access_policy ruleName=access_rule