Skip to main content
DELETE
/
network
/
vpcs
/
{vpc_id}
Delete VPC
curl --request DELETE \
  --url https://api.hypercore.vn/network/vpcs/{vpc_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vpc_id
string<uuid>
required

VPC UUID

Query Parameters

team_id
string<uuid>

Team ID. Default team will be used if not provided.

Response

VPC deleted successfully