---
title: "Delete an event"
method: DELETE
path: "/events/{id}"
tags: ["Events"]
---

# Delete an event

`DELETE /events/{id}`

Events can only be deleted by the organization that owns them.
Ownership is determined by the event's reserved tags.

## Path parameters

- `id` string, required

## Response `200`

Successfully deleted the event

## Other responses

- `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)
