I'm currently looking into the best way to fully delete a tenant, including user data, permissions, all the ABP/Identity data.
Are there any built-in methods, or should I be doing this manually?
Working with all tenants in a single database.
4 Answer(s)
-
0
The Repository has a hard or soft delete function. https://docs.abp.io/en/abp/latest/Repositories#soft-hard-delete
-
0
Yes, I'm aware of the repositories, my question is about deleting 'all' of the data for a tenant, not just the tenant row.
-
0
Hi Luke,
ABP Framework provides all the infrastructure to create a multi-tenant application, but doesn't make any assumptions about how you manage (create, delete...) your tenants.
[more]Could you let us know, please, if it isn't your answer?
-
0
Yes. Thank you.
I just wanted to make sure I'm not doing work I don't need to.