forked from docs/doc-exports
Reviewed-by: Sarda, Priya <prsarda@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: Hongwei, King Wang <king.wanghongwei@huawei.com> Co-committed-by: Hongwei, King Wang <king.wanghongwei@huawei.com>
4.9 KiB
4.9 KiB
Deleting an IPsec VPN Connection
Function
This interface is used to delete an IPsec VPN connection.
URI
DELETE /v2.0/vpn/ipsec-site-connections/{connection_id}
Parameter |
Type |
Mandatory |
Description |
---|---|---|---|
connection_id |
String |
Yes |
Specifies the IPsec VPN connection ID. |
Request Message
None
Response Message
None
Example
- Example Request
DELETE /v2.0/vpn/ipsec-site-connections/{connection_id}
Returned Values
For details, see section Common Returned Values.
Parent topic: IPsec Connection Management