delete_auth_user
Remove a user from Supabase authentication by their UUID. This tool deletes user accounts from the auth.users table using a service role key and direct database connection.
Instructions
Deletes a user from auth.users by their ID. Requires service_role key and direct DB connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The UUID of the user to delete. |