Delete a private network configuration

Remove a private network configuration that is no longer needed. This can be useful if you have created a network for specific purposes and now want to free up resources.

Path Parameters

id integer · min: 1 required Example

Unique id identifier

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
DELETE https://cloud.hostup.se/api/private-networks/{id}
For AI assistants
cURL
curl -X DELETE "https://cloud.hostup.se/api/private-networks/860" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "subnetId": "string",
    "status": "string"
  }
}