Delete IPSec Tunnel

Deletes the specified IPSecTunnel.

To delete a IPSec Tunnel, perform a DELETE request with the gatewayId of the IPSecGateway and tunnelId of the IPSec Tunnel.

Endpoint

Use the following endpoint to delete IPSec Tunnel: https://vpn.de-fra.ionos.com/ipsecgateways/{gatewayid}/tunnels/{tunnelId}.

Request

Note: The following request contains a sample gatewayId and tunnelId. Replace them with the gatewayId and tunnelId value, whose information you want to delete.

curl --location \
--request DELETE 'https://vpn.de-fra.ionos.com/ipsecgateways/66a114c7-2ddd-5119-9ddf-5a789f5a5a44/tunnels/c28b2d3e-7b15-53ca-ae88-6ae9378d6efe' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJraWQiO'

You can update the gatewayId and tunnelId values to delete a specific IPSec Tunnel for a given gateway:

Path ParameterTypeDescriptionExample

gatewayId

string

The ID (UUID) of the IPSecGateway.

66a114c7-2ddd-5119-9ddf-5a789f5a5a44

tunnelId

string

The ID (UUID) of the IPSecTunnel.

c28b2d3e-7b15-53ca-ae88-6ae9378d6efe

Response

202 Successful operation

Result: The IPSec Tunnel with the specified gatewayId and tunnelId is successfully deleted.

Last updated