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

# Delete an endpoint

`DELETE /endpoints/{endpointId}`

Delete an endpoint. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.

## Path parameters

- `endpointId` string, required

## Response `204`

Endpoint successfully deleted.

## Other responses

- `400` — Invalid endpoint ID.
- `401` — Unauthorized.

---

[API](https://skmtc.dev/runpod/apis/runpod-rest-api.md) · [All operations](https://skmtc.dev/runpod/apis/runpod-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runpod/runpod-rest-api/revisions/504cd0394ed6/schema)
