Skip to content

Delete Group

cognitoidentityprovider_delete_group R Documentation

Deletes a group

Description

Deletes a group.

Calling this action requires developer credentials.

Usage

cognitoidentityprovider_delete_group(GroupName, UserPoolId)

Arguments

GroupName

[required] The name of the group.

UserPoolId

[required] The user pool ID for the user pool.

Value

An empty list.

Request syntax

svc$delete_group(
  GroupName = "string",
  UserPoolId = "string"
)