> For clean Markdown of any page, append .md to the page URL. > For a complete documentation index, see https://docs.itential.com/itential-gateway/5/iagctl/delete-user/llms.txt. > For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server. # iagctl delete user Delete a user. The `iagctl delete user` command deletes a user from the gateway data store. This operation can't be undone. When you delete a user, Gateway also removes all API keys associated with that user and denies any further access using those keys. ## Syntax ```bash iagctl delete user [flags] ``` ## Examples The following example deletes a user named `john`: ```bash iagctl delete user john ``` ## Options ```bash -h, --help Help for user ``` ## Options inherited from parent commands ```bash --profile string Specify the client profile to use (case-insensitive, defaults to [client] section) --config string Path to the configuration file --raw Display the result of the command in raw format --verbose Enable verbose output ```