delete user
- 29 Oct 2024
-
DarkLight
-
PDF
delete user
- Updated on 29 Oct 2024
-
DarkLight
-
PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
iagctl delete user
Delete a user
Synopsis
This command deletes a user from the database. Deletion operations cannot be undone
⚠ It is important to note that when deleting a user, all of the API keys associated with that user will be removed from the system and further access will be denied.
iagctl delete user <username> [flags]
Examples
Delete User
Deletes a user named john
.
iagctl delete user john
Options
-h, --help help for user
Options Inherited from Parent Commands
--config string Path to the configuration file
--raw Displays the result of the command in its raw format
--verbose Enable verbose output
CLI References
See related delete
commands:
For all CLI commands see → Command References Index
Was this article helpful?