ISearchService.DeleteQueryKey(String) Method

Definition

Deletes the specified query key. Unlike admin keys, query keys are not regenerated. The process for regenerating a query key is to delete and then recreate it.

public void DeleteQueryKey (string key);
abstract member DeleteQueryKey : string -> unit
Public Sub DeleteQueryKey (key As String)

Parameters

key
String

The query key to be deleted. Query keys are identified by value, not by name.

Applies to