When we hit a resource which doesnt exist in any of he proxies, Apigee returns a 404 with following body -
{ "fault": { "faultstring": "Classification failed for host paymark-dev.apigee.net", "detail": { "code": "CLASSIFICATION_FAILED" } } }
We want to customize this response for our setup in the cloud instance. i.e we do want to return a 404 but without any body.
I dont want to create another proxy to catch all, as calls to that proxy might also be billed.
Can someone please let me know if this is doable.