ONTAP 9.17.1 commands ( CA08871-226en )

security login group delete

Delete a group configuration

Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

Description

This command deletes a group.

Parameters

-vserver <vserver name> - Vserver

This parameter optionally specifies the Vserver associated with the group. If this parameter is specified, the group deletion applies to that specific Vserver only. If not specified, the cluster Vserver setting is used.

-name <text> - Group Name

The name of the group.

-type <entra> - Group Type

This parameter specifies the IDP the group originates from.

Examples

This command deletes a group named 'Eng_group' for the Vserver 'ontapcluster-1', with the type 'entra'.

cluster1::> security login group delete -name Eng_group -type entra -vserver ontapcluster-1
Top of Page