---
title: "Delete endpoint"
method: DELETE
path: "/endpoints/{endpointId}"
tags: ["Endpoints"]
---

# Delete endpoint

`DELETE /endpoints/{endpointId}`

Permanently deletes an endpoint. This action cannot be undone.

## Path parameters

- `endpointId` string, required — The ID of the endpoint to delete

## Response `204`

No Content - Endpoint successfully deleted

## Other responses

- `403` — Unauthorized
- `404` — Not Found
- `500` — Internal error

---

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