remove_qr_definition

This command removes a query rewrite condition.

This API is available in Guardium V10.1.4 and later.

REST API syntax

REST API: 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/qr_definition

Syntax

remove_qr_definition parameter=value

Parameter Value type Description
definitionName String Required.

Examples

To remove the query rewrite definition "case 15":

grdapi remove_qr_definition definitionName="case 15"