security login rest-role delete
Delete an access REST control role
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The security login rest-role delete command deletes an access-control role.
Parameters
- -vserver <Vserver Name> - Vserver
- This optionally specifies the Vserver name associated with the role.
- -role <text> - Role Name
- This specifies the role that is to be deleted.
- -api <text> - api path
- This specifies the api to which the role has access.
Examples
The following command deletes an access-control role with the role name readonly and the api "/api/storage/volume" for Vserver vs.example.com.
cluster1::> security login rest-role delete -role readonly -api /api/storage/volume -vserver vs.example.com
Give documentation feedback