curl --location --request GET 'https://api.cloudflare.com/client/v4/accounts//teamnet/routes'
null
, the route has not been deleted.{
"errors": [],
"messages": [],
"result": [
{
"comment": "Example comment for this route.",
"created_at": null,
"deleted_at": "2021-01-25T18:22:34.317854Z",
"network": "172.16.0.0/16",
"tunnel_id": null,
"tunnel_name": null,
"virtual_network_id": null
}
],
"success": true,
"result_info": {
"count": 1,
"page": 1,
"per_page": 20,
"total_count": 2000
}
}