delete_auth_user
Remove a user from auth.users by ID using the service_role key and direct database connection, enabling secure and precise user management in self-hosted Supabase instances.
Instructions
Deletes a user from auth.users by their ID. Requires service_role key and direct DB connection.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The UUID of the user to delete. |