API

Delete an alert by ID

Delete alert by ID

Path parameters

  • id
    string
    Unique identifier of the alert to delete

Response

  • alert_id
    string
    ID of the alert that was deleted
    • deleted
      boolean
      Indicates whether the alert was successfully deleted
      1
      {
      2
      "alert_id": "string",
      3
      "deleted": true
      4
      }
      Update alertList webhooks