---
title: "Deletes a list of endpoints"
method: DELETE
path: "/endpoint"
tags: ["endpoint"]
---

# Deletes a list of endpoints

`DELETE /endpoint`

Deletes a list of endpoints that have endpoints matching the provided properties

## Request body

- EndpointBatchDeleteRequest — Properties selecting a batch of endpoints to delete.
  - `container-id` string — ID assigned by container runtime

## Response `200`

Success

## Other responses

- `206` — Deleted with a number of errors encountered
- `400` — Invalid endpoint delete request
- `404` — No endpoints with provided parameters 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)
