Delete rule APIedit

Permanently remove a rule.

Once you delete a rule, you cannot recover it.

Requestedit

DELETE <kibana host>:<port>/api/alerting/rule/<id>

DELETE <kibana host>:<port>/s/<space_id>/api/alerting/rule/<id>

Path parametersedit

id
(Required, string) The ID of the rule that you want to remove.
space_id
(Optional, string) An identifier for the space. If space_id is not provided in the URL, the default space is used.

Response codeedit

200
Indicates a successful call.

Exampleedit

Delete a rule with ID:

$ curl -X DELETE api/alerting/rule/41893910-6bca-11eb-9e0d-85d233e3ee35