1
0
mirror of https://github.com/minio/docs.git synced 2025-08-08 01:43:18 +03:00
Files
docs/source/reference/minio-mc-admin/mc-admin-user-svcacct-remove.rst
Ravind Kumar a6d554acdc DOCS-807, DOCS-846, Misc. Bug fixes (#861)
Closes #807 
Closes #846 


---------

Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
2023-05-23 17:29:48 -04:00

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.

Global Flags

Behavior

S3 Compatibility