Hello,
How do I delete an entity within model-driven PowerApps? Every time I attempt to delete one, i get the dependencies error below. Is there a CD source I need to delete from?
Thanks!

Hello,
How do I delete an entity within model-driven PowerApps? Every time I attempt to delete one, i get the dependencies error below. Is there a CD source I need to delete from?
Thanks!
Hi @Anonymous ,
Do you mean that you want to delete an entity in CDS?
The reason why you met this problem is that the entity that you want to delete has relationship with others.
You need to delete all the relationship of this entity firstly.
What's more, if you has any app connected with this entity, you also need to delete this connection or delete these apps.
Please check all the other entities and apps related to this entity.
After deleting all the things about this entity, refresh the browser and try again.
Here's a doc about this for your reference:
Best regards,