4 messages · Page 1 of 1 (latest)
i want to delete an account, appwrite had account.delete() but now whats the alternative
You can delete the account using the users server side SDK
https://appwrite.io/docs/references/cloud/server-nodejs/users#delete
And a function