Help Center/ VPC Endpoint/ API Reference/ API/ VPC Endpoints/ Deleting a VPC Endpoint
Updated on 2025-05-15 GMT+08:00

Deleting a VPC Endpoint

Function

This API is used to delete a VPC endpoint.

This API is asynchronous. If it is successfully called, 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 query whether it has been deleted by referring to Querying Details of a VPC Endpoint.

Calling Method

For details, see Calling APIs.

URI

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

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Specifies the project ID.

vpc_endpoint_id

Yes

String

Specifies the ID of the VPC endpoint.

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

Specifies the user token. It can be obtained by calling the IAM API. The value of X-Subject-Token in the response header is the user token.

Content-Type

No

String

Specifies the MIME type of the request body. Default value application/json is recommended. For APIs used to upload objects or images, the MIME type varies depending on the flow type.

Response Parameters

None

Example Requests

Deleting a VPC endpoint

DELETE
https://{endpoint}/v1/{project_id}/vpc-endpoints/4189d3c2-8882-4871-a3c2-
d380272eed83

Example Responses

None

Status Codes

Status Code

Description

204

The server has successfully processed the request.

Error Codes

See Error Codes.