We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d992d commit de21d24Copy full SHA for de21d24
SoftLayer/CLI/user/delete.py
@@ -12,7 +12,9 @@
12
@click.argument('identifier')
13
@environment.pass_env
14
def cli(env, identifier):
15
- """Delete a User.
+ """Sets a user's status to CANCEL_PENDING, which will immediately disable the account,
16
+
17
+ and will eventually be fully removed from the account by an automated internal process.
18
19
Example: slcli user delete userId
20
"""
0 commit comments