mirror of
https://github.com/appwrite/appwrite
synced 2026-05-05 06:18:21 +00:00
328 B
328 B
Delete a user by its unique ID, thereby releasing it's ID. Since ID is released and can be reused, all user-related resources like documents or storage files should be deleted before user deletion. If you want to keep ID reserved, use the updateStatus endpoint instead.