---
title: "Archive multiple events"
method: POST
path: "/events/{ids}/archive"
tags: ["Events"]
---

# Archive multiple events

`POST /events/{ids}/archive`

Marks the given events as *archived* and excludes them from
all search results.

Only scouts and admins are entitled to invoke this function.

## Path parameters

- `ids` string, required — Comma-separated list of identifiers

## Response `204`

Archived the given events if not already archived.

## Other responses

- `400` — Parameters are missing or invalid
- `401` — Access token is missing or invalid or the user has insufficient permission

---

[API](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api.md) · [All operations](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kartevonmorgen/openfairdb-api/revisions/4c454390b099/schema)
