Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_trust

delete_trust(**kwargs)

Deletes an existing trust relationship between your Managed Microsoft AD directory and an external domain.

See also: AWS API Documentation

Request Syntax

response = client.delete_trust(
    TrustId='string',
    DeleteAssociatedConditionalForwarder=True|False
)
Parameters
  • TrustId (string) --

    [REQUIRED]

    The Trust ID of the trust relationship to be deleted.

  • DeleteAssociatedConditionalForwarder (boolean) -- Delete a conditional forwarder as part of a DeleteTrustRequest.
Return type

dict

Returns

Response Syntax

{
    'TrustId': 'string'
}

Response Structure

  • (dict) --

    The result of a DeleteTrust request.

    • TrustId (string) --

      The Trust ID of the trust relationship that was deleted.

Exceptions

  • DirectoryService.Client.exceptions.EntityDoesNotExistException
  • DirectoryService.Client.exceptions.InvalidParameterException
  • DirectoryService.Client.exceptions.ClientException
  • DirectoryService.Client.exceptions.ServiceException
  • DirectoryService.Client.exceptions.UnsupportedOperationException