Awso_cognito_idp.DeleteUserPoolDomainRequestSourceGiven a user pool ID and domain identifier, deletes a user pool domain. After you delete a user pool domain, your managed login pages and authorization server are no longer available.
type nonrec t = {domain : DomainType.t;The domain that you want to delete. For custom domains, this is the fully-qualified domain name like auth.example.com. For Amazon Cognito prefix domains, this is the prefix alone, like myprefix.
*)userPoolId : UserPoolIdType.t;The ID of the user pool where you want to delete the domain.
*)}