PcaConnectorAd / Client / delete_connector
delete_connector#
- PcaConnectorAd.Client.delete_connector(**kwargs)#
Deletes a connector for Active Directory. You must provide the Amazon Resource Name (ARN) of the connector that you want to delete. You can find the ARN by calling the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_ListConnectors action. Deleting a connector does not deregister your directory with Amazon Web Services Private CA. You can deregister your directory by calling the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_DeleteDirectoryRegistration action.
See also: AWS API Documentation
Request Syntax
response = client.delete_connector( ConnectorArn='string' )
- Parameters:
ConnectorArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
- Returns:
None
Exceptions
PcaConnectorAd.Client.exceptions.AccessDeniedException
PcaConnectorAd.Client.exceptions.ValidationException
PcaConnectorAd.Client.exceptions.ResourceNotFoundException
PcaConnectorAd.Client.exceptions.ThrottlingException
PcaConnectorAd.Client.exceptions.InternalServerException
PcaConnectorAd.Client.exceptions.ConflictException