---
title: "Queue undo of multiple acknowledgments."
method: POST
path: "/alerts/undoAcknowledgeMultiple"
tags: ["Alerts"]
---

# Queue undo of multiple acknowledgments.

`POST /alerts/undoAcknowledgeMultiple`

This method tries to undo the acknowledgement of multiple alerts via a queue. The operation is handled in the
background.

## Request body

- V2ChangeAlertStatusMultipleInfo
  - `descr` string, nullable
  - `uid` string, required
  - `alertIds` string[], required

## Response `204`

No Content

## Other responses

- `400` — Required information could not be found in the request/claims.
- `403` — Forbidden
- `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)
