Delete a VPC Peering
DELETE/projects/{project_id}/vpcs/{vpc_id}/peerings/{peering_id}
Deletes a specific VPC peering connection.
Delete a VPC Peering
curl https://console.cloud.tigerdata.com/public/api/v1/projects/$PROJECT_ID/vpcs/$VPC_ID/peerings/$PEERING_ID \
-X DELETE \
-H "Authorization: Bearer $TIGER_CLOUD_API_KEY"