For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationCommand referenceRelease notes
DocumentationCommand referenceRelease notes
  • Command reference
    • iagctl cert-gen
    • iagctl completion
      • delete decorator
      • delete executable-object
      • delete registry
      • delete repository
      • delete secret
      • delete service
      • delete user
    • iagctl login
    • iagctl runner
    • iagctl server
    • iagctl version
LogoLogo
Open sourceSupportFAQsDocs Home
On this page
  • Syntax
  • Examples
  • Options
  • Options inherited from parent commands
Command referenceiagctl delete

iagctl delete user

Was this page helpful?
Previous

iagctl describe decorator

Next
Built with

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, IAG also removes all API keys associated with that user and denies any further access using those keys.

Syntax

$iagctl delete user <username> [flags]

Examples

The following example deletes a user named john:

$iagctl delete user john

Options

$ -h, --help Help for user

Options inherited from parent commands

$ --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