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

# Delete an event destination

`DELETE /event-destinations/{id}`

Deletes an event destination: delivery stops immediately and the destination disappears from list and retrieve, while its recorded events and delivery attempts are retained. Returns a deleted marker; subsequent retrieves and deletes of the same id return 404.

## Path parameters

- `id` string, required

## Response `200`

The event destination was deleted.

- object
  - `data` EventDestinationDeleted, required
    - `id` string, required
    - `deleted` true, required

## Other responses

- `400` — The request was malformed or failed validation.
- `401` — Authentication is missing or invalid.
- `403` — The token lacks a required scope.
- `404` — No event destination matches that id.
- `429` — The rate limit has been exceeded.
- `500` — An unexpected error occurred.

---

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