Skip to main content
DELETE
/
projects
/
{project_id}
/
vpcs
/
{vpc_id}
/
peerings
/
{peering_id}
Delete a VPC Peering
curl --request DELETE \
  --url https://console.cloud.timescale.com/public/api/v1/projects/{project_id}/vpcs/{vpc_id}/peerings/{peering_id}
This response does not have an example.

Path Parameters

project_id
string
required

The unique identifier of the project.

Example:

"rp1pz7uyae"

vpc_id
string
required

The unique identifier of the VPC.

Example:

"1234567890"

peering_id
string
required

The unique identifier of the VPC peering connection.

Example:

"1234567890"

Response

VPC peering deleted successfully.