---
title: "Clear alerts"
method: POST
path: "/network-notifications/v1/alerts/clear"
tags: ["Alerts"]
---

# Clear alerts

`POST /network-notifications/v1/alerts/clear`

This API endpoint clears the specified alerts. Clearing an alert marks it as resolved with an optional reason and notes.

## Request body

- ClearAlertsRequest — Request body for clearing alerts.
  - `keys` string[], required — List of alert keys to clear.
  - `reason` 'Problem was resolved' | 'False Positive' | 'Insufficient information for troubleshooting' | 'Alert is not important' | 'Other' — The reason for clearing the alerts.
  - `notes` string — Additional notes about clearing the alerts.

## Response `202`

Accepted response for asynchronous alert action operations.

- AlertActionResponseBody — Response body for alert action operations.
  - `response` string — Response message indicating the action was accepted.
  - `taskId` string — Unique task identifier for tracking the asynchronous operation.
  - `location` string — URL to check the status of the asynchronous operation.

## Other responses

- `400` — Invalid input received.
- `401` — Unauthorized. Authentication credentials are required or invalid.
- `403` — Forbidden: Access is denied.
- `404` — Not Found error.
- `429` — Too Many Requests. The user has sent too many requests in a given amount of time.
- `500` — Internal Server Error. An unexpected error occurred on the server.

---

[API](https://skmtc.net/arubanetworks/apis/authorization.md) · [All operations](https://skmtc.net/arubanetworks/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arubanetworks/authorization/revisions/74c95058b11f/schema)
