Removing published OData

0
Hi all,   When deploying our application to the catalog, an unitended OData service was published. This had only been discovered as added into the application a while back.   Is there anyway of removing this without deleting the OData service in the backend and then republishing?
asked
1 answers
0

You can set the OData service in the catalog to the status Discoverable= false.

Then the service is published, but not available via the catalog and the OData service can remain available in your app.

See: https://docs.mendix.com/catalog/manage/curate/#discoverability

answered