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

# Delete Destination

`DELETE /destinations/{id}`

Delete a destination.

### Required API key scope
- Destinations (Write)

## Path parameters

- `id` integer, required

## Response `204`

No Content

## Other responses

- `404` — Destination not found
- `500` — Error in deleting the destination

---

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