Hello all,
We have undeployed everything from our organisation's environment and tested this by using the following REST API: -
https://api.enterprise.apigee.com/v1/organizations/the_org/apis/the_name/deployments
We receive the following JSON back:
{ "environment": [], "name": "the_name", "organization": "the_org" }
When we hit our apigee endpoint, we seem to be still routing to the target.
Why is this the case? with no proxy deployed, there should be no routes to the target?