ip_network_encoded
must be written in URL-encoded format.{
"virtual_network_id": null
}
curl --location --request DELETE 'https://api.cloudflare.com/client/v4/accounts//teamnet/routes/network/' \
--header 'Content-Type: application/json' \
--data-raw '{
"virtual_network_id": null
}'
{
"errors": [],
"messages": [],
"result": {},
"success": true
}