Delete a VPC
Delete a VPC with by its ID
NOTE:
this call will fail if the VPC is still used by some resource. In this case the resource needs to be deleted first before deleting the VPC itself.
Authorization
Authorization
RequiredBearer <token>OAuth Authentication
OpenScaler API uses OAuth, a standard for secure authorization. To access the API, obtain a token via the OpenScaler Platform.
Use the access_token
in the Authorization
header for requests:
Always keep your token secure and do not share it with anyone.
In: header
Path Parameters
vpc_id
RequiredstringA unique identifier for a VPC instance. See VPCs section for more details.
VPC deleted successfully