cURL
curl --request DELETE \ --url https://console.cloud.timescale.com/public/api/v1/projects/{project_id}/vpcs/{vpc_id}/peerings/{peering_id}
{ "code": "<string>", "message": "<string>" }
Deletes a specific VPC peering connection.
The unique identifier of the project.
"rp1pz7uyae"
The unique identifier of the VPC.
"1234567890"
The unique identifier of the VPC peering connection.
VPC peering deleted successfully.
Was this page helpful?