[Solved] Deleting a Tenant from ERPNext... Is it possible?

Is it possible to delete a tenant from a multitenant ERPNext server?

For example, if client went out of business. The tenant site has been abandoned by them. There is data in it, but I do not care about the data at this point.

How might I go about deleting the tenant?

BKM

Hi @bkm

please use

bench drop-site stiename.tld

other usefull commands may be obtained by

bench --help

or via the cheat sheet here:

https://frappe.io/docs/user/en/bench/resources/bench-commands-cheatsheet

2 Likes

Than you. That worked.

I also printed out that cheat sheet.:wink:

bkm

pleasure