Skip to content

FloatingIps::delete

Danny Li edited this page Feb 4, 2018 · 1 revision

Delete a Floating IP. If it is currently assigned to a server it will automatically get unassigned.

Parameters

Parameter Type Description
$id int Floating IP ID

Returns

true

Example

<?php
use Exploriment\HetznerCloud;

HetznerCloud\FloatingIps::delete(1);
Clone this wiki locally