delete-auth-factor-access-token
Create an access token for an existing user. This actions displays the Access Token on the console. Note that afterwards the Access Token will not be displayed anymore. This option can use the -q <quiet> option to reduce the console output to its strict minimum.
Syntax:
shell
sfiler-admin [options] delete-auth-factor-access-token [command options]
Command options | Required/Optional | Description |
---|---|---|
-n | Required | The name of the user that owns the authentication token. |
-ati | Required | The unique ID of the authentication token. |
To be able to delete an access token, you need to know the unique ID of the access token. This unique ID is displayed by the list-auth-factor-access-token
command.
Example:
shell
sfiler-admin.exe -l sfiler-master -p 01234 -s https://www.sfiler.com/sfiler/server/ delete-auth-factor-access-token -n "my-user" -ati "999"