Management of Teams and Sites

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