---
title: "🧪 Delete an OTLP exporter"
method: DELETE
path: "/otel/exporters/{otel_exporter_id}"
tags: ["OTel"]
---

# 🧪 Delete an OTLP exporter

`DELETE /otel/exporters/{otel_exporter_id}`

[__EXPERIMENTAL__] Deletes an OTLP exporter configuration by ID.

## Path parameters

- `otel_exporter_id` string, uuid, required

## Response `204`

OTLP exporter deleted.

## Other responses

- `400` — Unexpected request body provided.
- `401` — Credentials provided are invalid.
- `404` — Entity not found.
- `500` — Internal server error.

---

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