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

# Delete event

`DELETE /events/{eventId}`

Deletes a specified event.

## Path parameters

- `eventId` string, required

## Response `202`

When request is accepted. Returns a hypermedia 'Link' object of the event to be deleted.

- Link
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable

## Other responses

- `404` — When 'Event' does not exist.

---

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