cURL
curl --request DELETE \ --url https://api.hypercore.vn/network/vpcs/{vpc_id} \ --header 'Authorization: Bearer <token>'
Delete a VPC (must not have any attached VMs)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
VPC UUID
Team ID. Default team will be used if not provided.
VPC deleted successfully