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

DeleteIdentities() public method

Deletes identities from an identity pool. You can specify a list of 1-60 identities that you want to delete.

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 request is throttled. ///
public DeleteIdentities ( Amazon.CognitoIdentity.Model.DeleteIdentitiesRequest request ) : Amazon.CognitoIdentity.Model.DeleteIdentitiesResponse
request Amazon.CognitoIdentity.Model.DeleteIdentitiesRequest Container for the necessary parameters to execute the DeleteIdentities service method.
return Amazon.CognitoIdentity.Model.DeleteIdentitiesResponse
        public DeleteIdentitiesResponse DeleteIdentities(DeleteIdentitiesRequest request)
        {
            var marshaller = new DeleteIdentitiesRequestMarshaller();
            var unmarshaller = DeleteIdentitiesResponseUnmarshaller.Instance;

            return Invoke<DeleteIdentitiesRequest,DeleteIdentitiesResponse>(request, marshaller, unmarshaller);
        }
AmazonCognitoIdentityClient