Deletes a group from the specified user pool. When you delete a group, that group no longer contributes to users' cognito:preferred_group
or cognito:groups
claims, and no longer influence access-control decision that are based on group membership. For more information about user pool groups, see Adding groups to a user pool.
Amazon Cognito evaluates AWS Identity and Access Management (IAM) policies in requests for this API operation. For this operation, you must use IAM credentials to authorize requests, and you must grant yourself the corresponding IAM permission in a policy.
Request Syntax{
"GroupName": "string
",
"UserPoolId": "string
"
}
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
The request accepts the following data in JSON format.
The name of the group that you want to delete.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
Required: Yes
The ID of the user pool where you want to delete the group.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 55.
Pattern: [\w-]+_[0-9a-zA-Z]+
Required: Yes
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
ErrorsFor information about the errors that are common to all actions, see Common Errors.
This exception is thrown when Amazon Cognito encounters an internal error.
HTTP Status Code: 500
This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
HTTP Status Code: 400
This exception is thrown when a user isn't authorized.
HTTP Status Code: 400
This exception is thrown when the Amazon Cognito service can't find the requested resource.
HTTP Status Code: 400
This exception is thrown when the user has made too many requests for a given operation.
HTTP Status Code: 400
The following example request deletes the group ExampleGroup
in the user pool us-west-2_EXAMPLE
.
POST HTTP/1.1
Host: cognito-idp.us-west-2.amazonaws.com
X-Amz-Date: 20230613T200059Z
Accept-Encoding: gzip, deflate, br
X-Amz-Target: AWSCognitoIdentityProviderService.DeleteGroup
User-Agent: <UserAgentString>
Authorization: AWS4-HMAC-SHA256 Credential=<Credential>, SignedHeaders=<Headers>, Signature=<Signature>
Content-Length: <PayloadSizeBytes>
{
"GroupName": "ExampleGroup",
"UserPoolId": "us-west-2_EXAMPLE"
}
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4