---
title: "Delete reminder for an event"
method: DELETE
path: "/events/{eventId}/reminders/{reminderId}"
tags: ["Events"]
---

# Delete reminder for an event

`DELETE /events/{eventId}/reminders/{reminderId}`

Deletes a specified event reminder.

## Path parameters

- `eventId` string, required
- `reminderId` string, required

## Response `202`

When request is accepted. Returns a 'Link' object.

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

## Other responses

- `403` — When the authenticated account does not have access to the event.
- `404` — When event with specified id 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/ffc7fffa0d5c/schema)
