Delete public network
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
Format
uuidResponse 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"
}
}