Amazon.CognitoIdentity.AmazonCognitoIdentityClient.DeleteIdentityPool C# (CSharp) Method

DeleteIdentityPool() public method

Deletes a user pool. Once a pool is deleted, users will not be able to authenticate with the pool.

You must use AWS Developer credentials to call this API.

/// Thrown when the service encounters an error during processing the request. /// /// Thrown for missing or bad input parameter(s). /// /// Thrown when a user is not authorized to access the requested resource. /// /// Thrown when the requested resource (for example, a dataset or record) does not exist. /// /// Thrown when a request is throttled. ///
public DeleteIdentityPool ( DeleteIdentityPoolRequest request ) : Amazon.CognitoIdentity.Model.DeleteIdentityPoolResponse
request Amazon.CognitoIdentity.Model.DeleteIdentityPoolRequest Container for the necessary parameters to execute the DeleteIdentityPool service method.
return Amazon.CognitoIdentity.Model.DeleteIdentityPoolResponse
        public DeleteIdentityPoolResponse DeleteIdentityPool(DeleteIdentityPoolRequest request)
        {
            var marshaller = new DeleteIdentityPoolRequestMarshaller();
            var unmarshaller = DeleteIdentityPoolResponseUnmarshaller.Instance;

            return Invoke<DeleteIdentityPoolRequest,DeleteIdentityPoolResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonCognitoIdentityClient::DeleteIdentityPool ( string identityPoolId ) : Amazon.CognitoIdentity.Model.DeleteIdentityPoolResponse
AmazonCognitoIdentityClient