---
title: "Delete OTLP destination by ID or name"
method: DELETE
path: "/telemetry/destinations/{id_or_name}"
tags: ["Browser Telemetry"]
---

# Delete OTLP destination by ID or name

`DELETE /telemetry/destinations/{id_or_name}`

Delete an OTLP destination. Sessions bound to it are still exporting, so the delete is refused with a 409 while any exist; either wait for those sessions to end or delete them first. It is refused the same way while a managed auth connection still selects it, because that connection re-resolves the destination on every login, and while a managed auth login using it is still in progress.

## Path parameters

- `id_or_name` string, required

## Response `204`

OTLP destination deleted

## Other responses

- `401` — Unauthorized – missing or invalid authorization token
- `403` — Forbidden – insufficient permissions or plan
- `404` — Resource not found
- `409` — Conflict – resource already exists
- `500` — Internal Server Error

---

[API](https://skmtc.net/onkernel/apis/kernel-api.md) · [All operations](https://skmtc.net/onkernel/apis/kernel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onkernel/kernel-api/revisions/858365328f92/schema)
