Skip to content

Delete a VPC

DELETE/projects/{project_id}/vpcs/{vpc_id}

Deletes a specific VPC.

Path ParametersExpand Collapse
project_id: string
vpc_id: string

Delete a VPC

curl http://localhost:8080/projects/$PROJECT_ID/vpcs/$VPC_ID \
    -X DELETE \
    -H "Authorization: Bearer $TIGER_CLOUD_API_KEY"
Returns Examples