Delete Group
identitystore_delete_group | R Documentation |
Delete a group within an identity store given GroupId¶
Description¶
Delete a group within an identity store given GroupId
.
Usage¶
identitystore_delete_group(IdentityStoreId, GroupId)
Arguments¶
IdentityStoreId |
[required] The globally unique identifier for the identity store. |
GroupId |
[required] The identifier for a group in the identity store. |
Value¶
An empty list.
Request syntax¶
svc$delete_group(
IdentityStoreId = "string",
GroupId = "string"
)