Skip to content

Delete a VPC Peering

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

Deletes a specific VPC peering connection.

Path ParametersExpand Collapse
project_id: string
vpc_id: string
peering_id: string

Delete a VPC Peering

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