Keycloak MCP Server

delete-user

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