DELETE
/
l2tp
/
{ip}
curl --request DELETE \
  --url https://api.altostrat.io/eip/l2tp/{ip} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Enter the Bearer token obtained after authentication.

Path Parameters

ip
string
required

The UUID of the IP address assignment to release.

Example:

"f4e3d2c1-b0a9-8765-4321-fedcba098765"

Response

204

IP address successfully released. No content returned.