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

# Delete destination

`DELETE /destinations/{uuid}`

Delete an unused Docker network destination.

## Path parameters

- `uuid` string, required

## Response `200`

Destination deleted.

- object
  - `message` string

## Other responses

- `401` — Unauthenticated.
- `404` — Resource not found.
- `409` — Destination has attached resources.

## Changes

> 55 revisions in range; 1 could not be searched.

- **2026-07-14** `47fd5ba6d7bf` — 1 info
  - endpoint added
- **2026-07-11** `afeae979d4d3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/coollabsio/apis/coolify/changes/destinations/:uuid/delete.md)

---

[API](https://skmtc.dev/coollabsio/apis/coolify.md) · [All operations](https://skmtc.dev/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coollabsio/coolify/revisions/789e6ad3796c/schema)
