Amazon Cognito · JSON Structure

Cognito Idp Delete User Pool Request Structure

Represents the request to delete a user pool.

Type: object Properties: 1 Required: 1
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

DeleteUserPoolRequest is a JSON Structure definition published by Amazon Cognito, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

UserPoolId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "UserPoolId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserPoolIdType"
        },
        {
          "description": "The user pool ID for the user pool you want to delete."
        }
      ]
    }
  },
  "required": [
    "UserPoolId"
  ],
  "description": "Represents the request to delete a user pool.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-delete-user-pool-request-structure.json",
  "name": "DeleteUserPoolRequest"
}