Skip to main content
Glama

Keycloak MCP Server

delete-user

Remove a user from a specific realm in Keycloak by specifying the realm and user ID. This action permanently deletes the user from the system.

Instructions

Delete a user from a specific realm

Input Schema

NameRequiredDescriptionDefault
realmYes
userIdYes

Input Schema (JSON Schema)

{ "properties": { "realm": { "type": "string" }, "userId": { "type": "string" } }, "required": [ "realm", "userId" ], "type": "object" }

You must be authenticated.

Other Tools from Keycloak MCP Server

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/ChristophEnglisch/keycloak-model-context-protocol'

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