---
title: "Delete a destination"
method: DELETE
path: "/destinations/{id}"
tags: ["Destinations"]
---

# Delete a destination

`DELETE /destinations/{id}`

This endpoint permanently deletes a destination. This action cannot be undone.

## Path parameters

- `id` string, required

## Response `200`

A single destination

- object
  - `id` string, required — ID of the destination

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/hookdeck/apis/hookdeck-admin-rest-api.md) · [All operations](https://skmtc.net/hookdeck/apis/hookdeck-admin-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hookdeck/hookdeck-admin-rest-api/versions/31da4ed27d31/schema)
