Skip to main content
Glama

supabase-mcp

delete_user

Remove a user from the system by specifying their user ID using this tool for managing Supabase database interactions effectively.

Instructions

Delete a user

Input Schema

NameRequiredDescriptionDefault
user_idYesUser ID

Input Schema (JSON Schema)

{ "properties": { "user_id": { "description": "User ID", "type": "string" } }, "required": [ "user_id" ], "type": "object" }

You must be authenticated.

Other Tools from supabase-mcp

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DynamicEndpoints/supabase-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server