Delete an alert by ID
Delete alert by IDPath parameters
id
string
Unique identifier of the alert to delete
Response
alert_id
string
ID of the alert that was deleteddeleted
boolean
Indicates whether the alert was successfully deleted
1 {2 "alert_id": "string",3 "deleted": true4 }