The js function deleteUser returns an UserResponse object, but for me the api always returned an empty object. I don't know where the issue lies, so I created an issue on gotrue https://github.com/supabase/gotrue/issues/804
In addition, I changed the type of userMetadata and appMetadata to Map. because List didn't work.
The js function
deleteUser
returns anUserResponse
object, but for me the api always returned an empty object. I don't know where the issue lies, so I created an issue on gotrue https://github.com/supabase/gotrue/issues/804In addition, I changed the type of
userMetadata
andappMetadata
toMap
. becauseList
didn't work.