:doc:`APIGateway <../../apigateway>` / Client / delete_client_certificate

*************************
delete_client_certificate
*************************



.. py:method:: APIGateway.Client.delete_client_certificate(**kwargs)

  

  Deletes the ClientCertificate resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/apigateway-2015-07-09/DeleteClientCertificate>`_  


  **Request Syntax**
  ::

    response = client.delete_client_certificate(
        clientCertificateId='string'
    )
    
  :type clientCertificateId: string
  :param clientCertificateId: **[REQUIRED]** 

    The identifier of the ClientCertificate resource to be deleted.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`APIGateway.Client.exceptions.BadRequestException`

  
  *   :py:class:`APIGateway.Client.exceptions.ConflictException`

  
  *   :py:class:`APIGateway.Client.exceptions.NotFoundException`

  
  *   :py:class:`APIGateway.Client.exceptions.UnauthorizedException`

  
  *   :py:class:`APIGateway.Client.exceptions.TooManyRequestsException`

  