mirror of
https://github.com/minio/docs.git
synced 2025-08-06 14:42:56 +03:00
Closes #807 Closes #846 --------- Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
1.9 KiB
1.9 KiB
mc admin user svcacct rm
minio
Table of Contents
mc admin user svcacct remove
mc admin user svcacct rm
Syntax
The mc admin user svcacct rm
command removes an access key
associated to a user on the deployment.
The mc admin user svcacct remove
command has equivalent
functionality to mc admin user svcacct rm
.
Applications can no longer authenticate using that access key after removal.
EXAMPLE
The following command removes the specified access key:
mc admin user svcacct rm myminio myuserserviceaccount
SYNTAX
The command has the following syntax:
mc [GLOBALFLAGS] admin user svcacct remove \
ALIAS \
SERVICEACCOUNT
Parameters
ALIAS
The alias <mc alias>
of the MinIO deployment.
SERVICEACCOUNT
The service account access key to remove.