---
title: "Delete trace destination"
method: DELETE
path: "/v1/trace-destinations/{destination_id}"
tags: ["trace_destinations"]
---

# Delete trace destination

`DELETE /v1/trace-destinations/{destination_id}`

Stop exporting to a destination and forget its credentials.

## Path parameters

- `destination_id` string, uuid, required — The ID of the trace destination

## Response `200`

Confirmation that the destination was removed

- TraceDestinationDeleted — Confirmation that a destination was removed.
  - `id` string, uuid, required — Identifier of the deleted destination
  - `deleted` true — Always true
  - `object` 'trace_destination' — Type of the object

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-26** `4ec9b6a07a95` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mixedbread/apis/mxbai-omni/changes/v1/trace-destinations/:destination_id/delete.md)

---

[API](https://skmtc.dev/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.dev/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc.dev/mixedbread/apis/mxbai-omni/revisions/427a5c58f68a?raw)
