curl --location --request GET 'https://api.cloudflare.com/client/v4/accounts//teamnet/virtual_networks'
null
, the virtual network has not been deleted.true
, this virtual network is the default for the account.{
"errors": [],
"messages": [],
"result": [
{
"comment": "Staging VPC for data science",
"created_at": null,
"deleted_at": null,
"id": "f70ff985-a4ef-4643-bbbc-4a0ed4fc8415",
"is_default_network": true,
"name": "us-east-1-vpc"
}
],
"success": true,
"result_info": {
"count": 1,
"page": 1,
"per_page": 20,
"total_count": 2000
}
}