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

# Delete Endpoint

`DELETE /endpoint/{endpoint_id}`

Delete an endpoint.

## Path parameters

- `endpoint_id` string, required — The ep's ID or UID

## Response `204`

No content. The ressource has been sucessfully removed.

## Other responses

- `400` — Bad request
- `403` — Forbidden
- `404` — Not Found. The endpoint has not been found.
- `429` — Too Many Requests
- `500` — Internal Error

---

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