cognitoidentityprovider_delete_group: Deletes a group
Description
Deletes a group. Currently only groups with no members can be deleted.
Usage
cognitoidentityprovider_delete_group(GroupName, UserPoolId)
Arguments
GroupName
[required] The name of the group.
UserPoolId
[required] The user pool ID for the user pool.
Request syntax
svc$delete_group(
GroupName = "string",
UserPoolId = "string"
)
Details
Requires developer credentials.