Skip to content

Clear Alerts

Deprecation Notice

This route is no longer supported and will be removed in future releases. Please implement/update to update alerts.

Clears the specified alerts that the user has access to.

Verb POST
Endpoint {base-url}/alerts/clear
Max Page Size N/A

Request Body

{
  "routeFilter": {
    "alertIds": []
  }
}

Filters Honored

Returns

On Success

204 - No content

Response Body

// 204 - No Content

On Error

HTTP Code Error Code Definition
400 ALREADY_CLEARED One or more of the alerts you wanted to clear are already cleared.
422 UNCLEARABLE You tried to clear one ore more unclearable alerts.