remove_all_qr_replace_elements_byId

Deletes query replacement specifications from the system.

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/remove_all_qr_replace_elements_byId

GuardAPI syntax

remove_all_qr_replace_elements_byId parameter=value

Parameters

Parameter Value type Description
qrActionId Long Required. A query rewrite action identifier.
replaceType String Specifies which replacement types are to be deleted. If not specified, then all replacements for the specified action are deleted. Valid values:
  • SELECT
  • VERB
  • OBJECT
  • SENTENCE
  • SELECTLIST

Examples

grdapi remove_all_qr_replace_elements_byId qrActionName="qr action15_2" replaceType="OBJECT"