Appwrite MCP Server

Official

users_delete_identity

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