Deletes an Azure Search index and all the documents it contains.
Supports noop? false
Parameters
index_name(Optional[String[1]])
— The name of the index to delete.
client_request_id(Optional[String[1]])
— The tracking ID sent with the request to help with debugging.
if_match(Optional[String[1]])
— Defines the If-Match condition. The operation will be performed only if the ETag on the server matches this value.
if_none_match(Optional[String[1]])
— Defines the If-None-Match condition. The operation will be performed only if the ETag on the server does not match this value.
api_version(Optional[String[1]])
— Client Api Version.
scoringprofiles(Optional[String[1]])
— The scoring profiles for the index.
odataetag(Optional[String[1]])
— The ETag of the index.
fields(Optional[String[1]])
— The fields of the index.
defaultscoringprofile(Optional[String[1]])
— The name of the scoring profile to use if none is specified in the query. If this property is not set and no scoring profile is specified in the query, then default scoring (tf-idf) will be used.
suggesters(Optional[String[1]])
— The suggesters for the index.
tokenfilters(Optional[String[1]])
— The token filters for the index.
tokenizers(Optional[String[1]])
— The tokenizers for the index.
name(Optional[String[1]])
— The name of the index.
analyzers(Optional[String[1]])
— The analyzers for the index.
charfilters(Optional[String[1]])
— The character filters for the index.
corsoptions(Optional[String[1]])
— Options to control Cross-Origin Resource Sharing (CORS) for the index.