---
title: "Delete endpoint"
method: DELETE
path: "/endpoint/{id}"
tags: ["endpoint"]
---

# Delete endpoint

`DELETE /endpoint/{id}`

Deletes the endpoint specified by the ID. Deletion is imminent and
atomic, if the deletion request is valid and the endpoint exists,
deletion will occur even if errors are encountered in the process. If
errors have been encountered, the code 202 will be returned, otherwise
200 on success.

All resources associated with the endpoint will be freed and the
workload represented by the endpoint will be disconnected.It will no
longer be able to initiate or receive communications of any sort.

## Path parameters

- `id` string, required

## Response `200`

Success

## Other responses

- `206` — Deleted with a number of errors encountered
- `400` — Invalid endpoint ID format for specified type. Details in error message
- `403` — Forbidden
- `404` — Endpoint not found
- `429` — Rate-limiting too many requests in the given time frame
- `503` — Service Unavailable

---

[API](https://skmtc.net/cilium/apis/cilium-api.md) · [All operations](https://skmtc.net/cilium/apis/cilium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cilium/cilium-api/versions/351336b27221/schema)
