---
title: "Delete an endpoint"
method: DELETE
path: "/projects/{projectId}/endpoints/{id}"
tags: ["EndpointService"]
---

# Delete an endpoint

`DELETE /projects/{projectId}/endpoints/{id}`

Permanently deletes an endpoint. Delete its deployments first; use `etag` to reject the request if the endpoint changed after it was read.

## Path parameters

- `projectId` string, required — Project identifier.
- `id` string, required — Endpoint identifier.

## Query parameters

- `etag` string — Etag for optimistic concurrency. If set, the delete is rejected if the current etag does not match.

## Response `200`

OK

- DEDeleteResponse — Empty response returned after a successful delete operation.

## Other responses

- `default` — Default error response

---

[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/versions/f26a23fab8e0/schema)
