Appwrite MCP Server

Official
by appwrite
MIT License
36
  • Linux
  • Apple

users_delete_identity

Remove a user identity from Appwrite by specifying the identity ID, ensuring secure and efficient user management within your project.

Instructions

Delete identity

Input Schema

NameRequiredDescriptionDefault
identity_idYesParameter 'identity_id'

Input Schema (JSON Schema)

{ "properties": { "identity_id": { "description": "Parameter 'identity_id'", "type": "string" } }, "required": [ "identity_id" ], "type": "object" }

You must be authenticated.

Other Tools from Appwrite MCP Server

Related Tools

ID: xkj2px7r0v