Route53Domains / Client / disassociate_delegation_signer_from_domain
disassociate_delegation_signer_from_domain#
- Route53Domains.Client.disassociate_delegation_signer_from_domain(**kwargs)#
- Deletes a delegation signer (DS) record in the registry zone for this domain name. - See also: AWS API Documentation - Request Syntax- response = client.disassociate_delegation_signer_from_domain( DomainName='string', Id='string' ) - Parameters:
- DomainName (string) – - [REQUIRED] - Name of the domain. 
- Id (string) – - [REQUIRED] - An internal identification number assigned to each DS record after it’s created. You can retrieve it as part of DNSSEC information returned by GetDomainDetail. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'OperationId': 'string' } - Response Structure- (dict) – - OperationId (string) – - Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail. 
 
 
 - Exceptions- Route53Domains.Client.exceptions.DuplicateRequest
- Route53Domains.Client.exceptions.InvalidInput
- Route53Domains.Client.exceptions.OperationLimitExceeded
- Route53Domains.Client.exceptions.TLDRulesViolation
- Route53Domains.Client.exceptions.UnsupportedTLD