---
title: "Close all acknowledged alerts."
method: POST
path: "/alerts/closeAll"
tags: ["Alerts"]
---

# Close all acknowledged alerts.

`POST /alerts/closeAll`

This method closes all acknowledged alerts your team currently has.

## Query parameters

- `userId` string

## Request body

- V2ChangeAlertStatusFilterInfo
  - `maxDate` string, date-time, nullable
  - `minDate` string, date-time, nullable
  - `categoryIds` string[], nullable
  - `scope` 0 | 1 | 2
  - `teamIds` string[], nullable

## Response `204`

No Content

## Other responses

- `400` — Required information could not be found in the request/claims.
- `404` — Required entities could not be found in the database.
- `500` — Internal general error occurred.

---

[API](https://skmtc.net/signl4/apis/signl4-api-v1.md) · [All operations](https://skmtc.net/signl4/apis/signl4-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signl4/signl4-api-v1/versions/ddbe216a9287/schema)
