@YR-9279 There is no way to alter the response from the service with parameters and the recommendation would be to proxy requests to the service when exposing it to users which allows protecting your service endpoint, API Keys, and add additional functionality.
With your own proxy, you can control what part of the response you send back to your users and remove the references there.