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.
id integer · min: 1 required Example Unique id identifier
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/private-networks/{id} curl -X DELETE "https://cloud.hostup.se/api/private-networks/860" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"subnetId": "string",
"status": "string"
}
}