Class: UnregisterQueryRequest

tibco.objectapi.service.request.UnregisterQueryRequest

new UnregisterQueryRequest(identifierType, id)

Object UnregisterQueryRequest Usage: RestApiService.getAuditService().unregisterQuery(request, callback);
Parameters:
Name Type Description
identifierType string Either "guid" or "tag", which specifies whether the GUID or the tag is used to identify the query, which was previously registered with the registerQuery function (both are returned by registerQuery). Note, however, passing the GUID makes a more efficient query. You can also determine the GUID using the lookupQueryByTag function.
id string The ID of the registered query.
Since:
  • 4.0.0