REST API - unregister Query

The table summarizes the REST API - unregister Query.

Request

Format
DELETE <baseurl>/audit/query/unregister/<identifiertype>/<queryid>
Path parameters
  • identifiertype: One of guid or tag: specifies whether the GUID or the tag is used to identify the query. Note, however, passing the GUID makes a more efficient query. You can determine the GUID using the lookupQueryByTag operation.
  • queryid: The ID of the query, of whichever type is required by the previous parameter.

Response

JSON Returns a 200 OK response header with an empty response body.
XML Returns a 200 OK response header with an empty response body.

Example

Request
DELETE <baseurl>/audit/query/unregister/tag/EventTag123