Delete query ruleset

edit

This 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

edit

DELETE _query_rules/<ruleset_id>

Prerequisites

edit

Requires 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

edit

The following example deletes the query ruleset named my-ruleset:

DELETE _query_rules/my-ruleset/