delete_auth_user
Remove a user from auth.users by their UUID using a service_role key and direct database connection in a self-hosted Supabase MCP server.
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. |