:doc:`Redshift <../../redshift>` / Client / delete_hsm_client_certificate

*****************************
delete_hsm_client_certificate
*****************************



.. py:method:: Redshift.Client.delete_hsm_client_certificate(**kwargs)

  

  Deletes the specified HSM client certificate.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteHsmClientCertificate>`_  


  **Request Syntax**
  ::

    response = client.delete_hsm_client_certificate(
        HsmClientCertificateIdentifier='string'
    )
    
  :type HsmClientCertificateIdentifier: string
  :param HsmClientCertificateIdentifier: **[REQUIRED]** 

    The identifier of the HSM client certificate to be deleted.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Redshift.Client.exceptions.InvalidHsmClientCertificateStateFault`

  
  *   :py:class:`Redshift.Client.exceptions.HsmClientCertificateNotFoundFault`

  