We have deployed a custom model to PROD, and now we need to remove it. It is possible somehow?
*This post is locked for comments
I have the same question (0)

We have deployed a custom model to PROD, and now we need to remove it. It is possible somehow?
*This post is locked for comments
I have the same question (0)Just deploy the same package, without that one model, and the model will be gone. (In reality there are no actual models in prod in the first place, but anyway this is how you get rid of the code and the model name in the Installed packages list).
For example if you have package A with models 1, 2 and 3 and you want to remove 3, just remove 3 from dev, build package A and deploy it.
But maybe you meant to ask how to remove a package? That's documented here: [View:https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/deployment/uninstall-deployable-package]