Files
doc-exports/docs/vpcep/api-ref/vpcep_06_0305.html
fanqinying 856eead9f0 VPCEP API 20251117 version
Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com>
Co-authored-by: fanqinying <fanqinying@huawei.com>
Co-committed-by: fanqinying <fanqinying@huawei.com>
2026-01-23 11:56:31 +00:00

5.0 KiB

Deleting a VPC Endpoint

Function

This API is used to delete a VPC endpoint.

This API is asynchronous. If it is successfully invoked, status code 200 is returned, indicating that the request has been successfully delivered. It takes 1 to 2 minutes to delete a VPC endpoint. You can view the deletion result by performing operations in Querying Details About a VPC Endpoint Service.

URI

DELETE /v1/{project_id}/vpc-endpoints/{vpc_endpoint_id}

Table 1 describes parameters in this URI.
Table 1 URI parameters

Parameter

Mandatory

Description

project_id

Yes

Specifies the project ID. For details about how to obtain the project ID, see Obtaining a Project ID.

vpc_endpoint_id

Yes

Specifies the ID of the VPC endpoint.

Request

  • Parameter description

    None

  • Example request
    This request is to delete the VPC endpoint whose ID is 4189d3c2-8882-4871-a3c2-d380272eed83.
    DELETE https://{endpoint}/v1/{project_id}/vpc-endpoints/4189d3c2-8882-4871-a3c2-d380272eed83

Response

None

Status Codes

See Status Codes.

Error Codes

For details, see Error Codes.