Networking
Delete VPC
Delete a VPC. The VPC must not have any VMs attached — detach them first via DELETE /api/v1/vms/{id}/vpc/{nic_id}.
delete/api/v1/vpcs/{id}
Path parameters
idstring uuid required
VPC ID (UUID).
Headers
X-Project-IDstring uuid required
Project ID. Required for all mutating operations (create, delete, power actions, resize).
Response
VPC deleted
Example response
{
"success": true,
"message": "Operation completed successfully"
}