Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.DeleteUserPoolClient C# (CSharp) Method

DeleteUserPoolClient() public method

Allows the developer to delete the user pool client.
/// This exception is thrown when Amazon Cognito encounters an internal error. /// /// This exception is thrown when the Amazon Cognito service encounters an invalid parameter. /// /// This exception gets thrown when a user is not authorized. /// /// This exception is thrown when the Amazon Cognito service cannot find the requested /// resource. /// /// This exception gets thrown when the user has made too many requests for a given operation. ///
public DeleteUserPoolClient ( DeleteUserPoolClientRequest request ) : DeleteUserPoolClientResponse
request Amazon.CognitoIdentityProvider.Model.DeleteUserPoolClientRequest Container for the necessary parameters to execute the DeleteUserPoolClient service method.
return DeleteUserPoolClientResponse
        public DeleteUserPoolClientResponse DeleteUserPoolClient(DeleteUserPoolClientRequest request)
        {
            var marshaller = new DeleteUserPoolClientRequestMarshaller();
            var unmarshaller = DeleteUserPoolClientResponseUnmarshaller.Instance;

            return Invoke<DeleteUserPoolClientRequest,DeleteUserPoolClientResponse>(request, marshaller, unmarshaller);
        }
AmazonCognitoIdentityProviderClient