Delete user function?
Is there a component/function for deleting or suspending user in case user wanted to delete or suspend their account in the dashboard?
2 Replies
With the management api you can update a user's suspended status:
https://kinde.com/api/docs/#update-user
And you can also delete a user with the same api:
https://kinde.com/api/docs/#delete-user
Thanks!