DewaVPS

Delete public network

DELETE
/network/public/{ip_uuid}/delete

Delete a reserved public IP address.

Authorization

ApiKeyAuth
x-apikey<token>

In: header

Path Parameters

ip_uuid*string

UUID of the public IP to delete

Formatuuid

Response Body

application/json

curl -X DELETE "https://api.dewavps.com/v1/network/public/497f6eca-6276-4993-bfeb-53cbbbba6f08/delete"
{
  "message": "Public Network successfully removed",
  "data": {
    "ip_id": "602306df-2b43-41fc-9d87-0794b5135083"
  }
}