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