DigitalOcean-public.v2-new_Floating IPs

Delete a Floating IP

To delete a floating IP and remove it from your account, send a DELETE request to /v2/floating_ips/$FLOATING_IP_ADDR.

A successful request will receive a 204 status code with no body in response. This indicates that the request was processed successfully.

delete/v2/floating_ips/{floating_ip}

Path parameters

floating_ipstring ipv4 required

A floating IP address.

Response

The action was successful and the response body is empty.

Changes