forked from docs/doc-exports
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>
8.6 KiB
8.6 KiB
Deleting a Virtual Gateway
Function
The API is used to delete a specific virtual gateway.
URI
DELETE /v3/{project_id}/dcaas/virtual-gateways/{virtual_gateway_id}
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
project_id |
Yes |
String |
Specifies the project ID. |
virtual_gateway_id |
Yes |
String |
Specifies the virtual gateway ID. |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
X-Auth-Token |
Yes |
String |
Specifies the user token. To obtain the token, see section "Obtaining the User Token" in the Identity and Access Management API Reference. The token is the value of X-Subject-Token in the response header. Minimum: 0 Maximum: 10240 |
Response Parameters
None
Example Requests
Deleting a virtual gateway
DELETE https://{dc_endpoint}/v3/08d5a9564a704afda6039ae2babbef3c/dcaas/virtual-gateways/20082c1b-3c99-48d8-8e8c-116af5d7e9f0
Example Responses
None
Status Codes
Status Code |
Description |
|---|---|
204 |
No Content |
Error Codes
See Error Codes.
Parent topic: Virtual Gateways