IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Delete query ruleset
editDelete query ruleset
editThis functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
Removes a query ruleset and its associated data. This is a destructive action that is not recoverable.
Request
editDELETE _query_rules/<ruleset_id>
Prerequisites
editRequires the manage_search_query_rules
privilege.
Path parameters
edit-
<ruleset_id>
- (Required, string)
Response codes
edit-
400
-
The
ruleset_id
was not provided. -
404
(Missing resources) -
No query ruleset matching
ruleset_id
could be found.
Examples
editThe following example deletes the query ruleset named my-ruleset
:
DELETE _query_rules/my-ruleset/