:doc:`PrivateCAConnectorforSCEP <../../pca-connector-scep>` / Client / delete_connector

****************
delete_connector
****************



.. py:method:: PrivateCAConnectorforSCEP.Client.delete_connector(**kwargs)

  

  Deletes the specified `Connector <https://docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_Connector.html>`__. This operation also deletes any challenges associated with the connector.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/pca-connector-scep-2018-05-10/DeleteConnector>`_  


  **Request Syntax**
  ::

    response = client.delete_connector(
        ConnectorArn='string'
    )
    
  :type ConnectorArn: string
  :param ConnectorArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the connector to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`PrivateCAConnectorforSCEP.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`PrivateCAConnectorforSCEP.Client.exceptions.InternalServerException`

  
  *   :py:class:`PrivateCAConnectorforSCEP.Client.exceptions.ValidationException`

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

  
  *   :py:class:`PrivateCAConnectorforSCEP.Client.exceptions.AccessDeniedException`

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

  