Back to Appwrite

Delete

docs/references/users/delete.md

1.9.0328 B
Original Source

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.