v8

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2025-10-165266542.4 MB
DigitalOcean-public.v2-new_Reserved IPs

Delete a Reserved IP

To delete a reserved IP and remove it from your account, send a DELETE request to /v2/reserved_ips/$RESERVED_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/reserved_ips/{reserved_ip}

Path parameters

reserved_ipstring ipv4 required

A reserved IP address.

Response

The action was successful and the response body is empty.