New

The executive guide to generative AI

Read more
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Delete alert API

edit

Permanently remove an alert.

Once you delete an alert, you cannot recover it.

Request

edit

DELETE <kibana host>:<port>/api/alerts/alert/<id>

DELETE <kibana host>:<port>/s/<space_id>/api/alerts/alert/<id>

Path parameters

edit
id
(Required, string) The ID of the alert 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 code

edit
200
Indicates a successful call.

Example

edit

Delete an alert with ID:

$ curl -X DELETE api/alerts/alert/41893910-6bca-11eb-9e0d-85d233e3ee35
Was this helpful?
Feedback