In the docs it says that using deleteUser requires...
# help
s
In the docs it says that using deleteUser requires the service role key. But in the api I can only see that deleteUser expects the uid
s
Delete user is a method exposed by
createClient
.
createClient
requires a key during initialisation. If you provide the service role key, you'll have access to the extra functionality offered. If you only provide an anon key, you won't have that access.
s
argh cool 😄