---
title: "Delete Destination"
method: DELETE
path: "/tenants/{tenant_id}/destinations/{destination_id}"
tags: ["Destinations"]
---

# Delete Destination

`DELETE /tenants/{tenant_id}/destinations/{destination_id}`

Deletes a specific destination.

## Response `200`

Success confirmation.

- SuccessResponse
  - `success` boolean

## Other responses

- `401` — Missing or invalid authentication credentials.
- `404` — Requested resource not found.
- `500` — Unexpected server error.

---

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