---
title: "Delete forwarding endpoint"
method: DELETE
path: "/v1beta1/telemetryrelay/endpoints/{ref.slug}"
tags: ["TelemetryRelayService"]
---

# Delete forwarding endpoint

`DELETE /v1beta1/telemetryrelay/endpoints/{ref.slug}`

Deletes a forwarding endpoint identified by `ref.slug`. Delete any pipelines that target the endpoint first: if the endpoint is still referenced, the request is rejected with `412` (reason `TELEMETRYRELAY_ENDPOINT_IN_USE`) and the response lists the pipelines that must be deleted first. Returns `404` (reason `TELEMETRYRELAY_ENDPOINT_NOT_FOUND`) if no endpoint with that slug exists.

## Path parameters

- `ref.slug` string, required

## Response `200`

OK

- CoreweaveTelemetryrelaySvcClusterV1beta1DeleteEndpointResponse

## Other responses

- `default` — Default error response

---

[API](https://skmtc.dev/coreweave/apis/coreweave-telemetry-relay-api.md) · [All operations](https://skmtc.dev/coreweave/apis/coreweave-telemetry-relay-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coreweave/coreweave-telemetry-relay-api/revisions/3b98ea4fe0c3/schema)
