---
title: "Delete a PrivateLink endpoint"
method: DELETE
path: "/v1/networking/privatelink/endpoints/{endpointId}"
tags: ["networking"]
---

# Delete a PrivateLink endpoint

`DELETE /v1/networking/privatelink/endpoints/{endpointId}`

Deletes a PrivateLink endpoint.

## Path parameters

- `endpointId` string, required — The unique identifier of the PrivateLink endpoint.

## Query parameters

- `projectId` string, required — The project ID the PrivateLink endpoint belongs to.
- `teamId` string
- `slug` string

## Response `204`

The PrivateLink endpoint was deleted.

- unknown

## Other responses

- `400` — One of the provided values in the request query is invalid.
- `401` — The request is not authorized.
- `403` — You do not have permission to access this resource.
- `404`
- `409`
- `410`

## Changes

- **2026-09-03** `7c947faac0ef` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/vercel/apis/api/changes/v1/networking/privatelink/endpoints/:endpointId/delete.md)

---

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