curl --location --request GET 'https://api.cloudflare.com/client/v4/accounts//tunnels'
null
, the tunnel has not been deleted.{
"errors": [],
"messages": [],
"result": [
{
"connections": [
{
"colo_name": "DFW",
"is_pending_reconnect": false,
"uuid": "1bedc50d-42b3-473c-b108-ff3d10c0d925"
}
],
"created_at": "2021-01-25T18:22:34.317854Z",
"deleted_at": "2009-11-10T23:00:00Z",
"id": "f70ff985-a4ef-4643-bbbc-4a0ed4fc8415",
"name": "blog"
}
],
"success": true,
"result_info": {
"count": 1,
"page": 1,
"per_page": 20,
"total_count": 2000
}
}