forked from docs/doc-exports
Reviewed-by: Sarda, Priya <prsarda@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: Qin Ying, Fan <fanqinying@huawei.com> Co-committed-by: Qin Ying, Fan <fanqinying@huawei.com>
4.8 KiB
4.8 KiB
Deleting a VPC Endpoint Service
Function
This API is used to delete a VPC endpoint service.

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 service. You can view the deletion result by performing operations in Querying Details About a VPC Endpoint Service.
URI
DELETE /v1/{project_id}/vpc-endpoint-services/{vpc_endpoint_service_id}
Table 1 describes parameters in this URI.
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_service_id |
Yes |
Specifies the ID of the VPC endpoint service. |
Request
Response
None
Status Codes
See Status Codes.
Parent topic: APIs for Managing VPC Endpoint Services