Help in deleting user from auth.user
How do we delete from auth.user, doing it from rpc is causing following error:
{
error: {
code: '42501',
details: null,
hint: null,
message: 'permission denied for table users'
},
data: null,
count: null,
status: 403,
statusText: 'Forbidden',
body: null
}
{
error: {
code: '42501',
details: null,
hint: null,
message: 'permission denied for table users'
},
data: null,
count: null,
status: 403,
statusText: 'Forbidden',
body: null
}