---
title: "Acknowledge Events"
method: DELETE
path: "/v1/channel/event"
tags: ["Events"]
---

# Acknowledge Events

`DELETE /v1/channel/event`

Delete Events by eventId. If a event is deleted it will not redelivered with the next `GET /v1/channel/event` request

## Request body

- EventIdList
  - `eventIdList` string[]

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Access forbidden, invalid or unknown Token was used.
- `500` — Unexpected Server Error

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
