Hi, is there a way to delete a site and / or a team?
thanks
Hi @ferran, there is a method called Doom.deleteOrg
for this purpose at grist-core/Doom.ts at 8853e095bb09afdfaa984de271736b6edd36114c · gristlabs/grist-core · GitHub but currently there is no very convenient way to call it (it should really be added to the yarn run cli
tool). There is a DELETE endpoint at /api/orgs/<orgKey>
which site owners can call, which will delist the site but won’t track down and remove all related information.
Thanks for the reply
/ferran
Hello buddy! Why is that? And how do I delete a Team/Site in the free/cloud version of Grist, please?
Hi @Philar, the instructions here should work for free team sites in the Grist SaaS:
Team sites can be deleted from the ‘Billing Summary’ page by clicking ‘Delete team site’. Please note that this action cannot be undone and this will remove your site including all documents. Be sure you have created a backup of important data beforehand.
Please tell me how to delete Team Site in the On-Premise version using the graphical interface.