Skip to main content
Glama

PocketBase MCP Server

by paullippert

pb_admin_delete_user

Remove a user account from the PocketBase MCP Server with the specified user ID. Designed exclusively for administrators, this action permanently deletes user data.

Instructions

Delete a user (admin only)

Input Schema

NameRequiredDescriptionDefault
idYesUser ID to delete

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "User ID to delete", "type": "string" } }, "required": [ "id" ], "type": "object" }

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/paullippert/pb_mcp'

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