:doc:`IoT <../../iot>` / Client / delete_certificate_provider

***************************
delete_certificate_provider
***************************



.. py:method:: IoT.Client.delete_certificate_provider(**kwargs)

  

  Deletes a certificate provider.

   

  Requires permission to access the `DeleteCertificateProvider <https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions>`__ action.

   

  If you delete the certificate provider resource, the behavior of ``CreateCertificateFromCsr`` will resume, and IoT will create certificates signed by IoT from a certificate signing request (CSR).

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iot-2015-05-28/DeleteCertificateProvider>`_  


  **Request Syntax**
  ::

    response = client.delete_certificate_provider(
        certificateProviderName='string'
    )
    
  :type certificateProviderName: string
  :param certificateProviderName: **[REQUIRED]** 

    The name of the certificate provider.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`IoT.Client.exceptions.DeleteConflictException`

  
  *   :py:class:`IoT.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`IoT.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`IoT.Client.exceptions.ThrottlingException`

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

  
  *   :py:class:`IoT.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`IoT.Client.exceptions.InternalFailureException`

  