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

# Delete an observability destination

`DELETE /observability/destinations/{id}`

Delete an existing observability destination. This performs a soft delete. [Management key](/docs/guides/overview/auth/management-api-keys) required.

## Path parameters

- `id` string, uuid, required — The destination ID (UUID).

## Response `200`

Destination deleted successfully

- DeleteObservabilityDestinationResponse
  - `deleted` true, required — Always `true` on success.

## Other responses

- `401` — Unauthorized - Authentication required or invalid credentials
- `404` — Not Found - Resource does not exist
- `500` — Internal Server Error - Unexpected server error

---

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