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