DeletePrivateLinkEndpointRequest

September 3, 2026 ยท View on GitHub

Example Usage

import { DeletePrivateLinkEndpointRequest } from "@vercel/sdk/models/deleteprivatelinkendpointop.js";

let value: DeletePrivateLinkEndpointRequest = {
  projectId: "prj_a1b2c3d4e5f6g7h8",
  endpointId: "ple_a1b2c3d4e5f6g7h8",
  teamId: "team_1a2b3c4d5e6f7g8h9i0j1k2l",
  slug: "my-team-url-slug",
};

Fields

FieldTypeRequiredDescriptionExample
projectIdstring:heavy_check_mark:The project ID the PrivateLink endpoint belongs to.prj_a1b2c3d4e5f6g7h8
endpointIdstring:heavy_check_mark:The unique identifier of the PrivateLink endpoint.ple_a1b2c3d4e5f6g7h8
teamIdstring:heavy_minus_sign:The Team identifier to perform the request on behalf of.team_1a2b3c4d5e6f7g8h9i0j1k2l
slugstring:heavy_minus_sign:The Team slug to perform the request on behalf of.my-team-url-slug