DirectoryService / Client / deregister_certificate

deregister_certificate#

DirectoryService.Client.deregister_certificate(**kwargs)#

Deletes from the system the certificate that was registered for secure LDAP or client certificate authentication.

See also: AWS API Documentation

Request Syntax

response = client.deregister_certificate(
    DirectoryId='string',
    CertificateId='string'
)
Parameters:
  • DirectoryId (string) –

    [REQUIRED]

    The identifier of the directory.

  • CertificateId (string) –

    [REQUIRED]

    The identifier of the certificate.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions