:doc:`Route53Domains <../../route53domains>` / Client / disassociate_delegation_signer_from_domain

******************************************
disassociate_delegation_signer_from_domain
******************************************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/DisassociateDelegationSignerFromDomain>`_  


  **Request Syntax**
  ::

    response = client.disassociate_delegation_signer_from_domain(
        DomainName='string',
        Id='string'
    )
    
  :type DomainName: string
  :param DomainName: **[REQUIRED]** 

    Name of the domain.

    

  
  :type Id: string
  :param Id: **[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 <https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetDomainDetail.html>`__.

    

  
  
  :rtype: 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 <https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html>`__.

        
  
  **Exceptions**
  
  *   :py:class:`Route53Domains.Client.exceptions.DuplicateRequest`

  
  *   :py:class:`Route53Domains.Client.exceptions.InvalidInput`

  
  *   :py:class:`Route53Domains.Client.exceptions.OperationLimitExceeded`

  
  *   :py:class:`Route53Domains.Client.exceptions.TLDRulesViolation`

  
  *   :py:class:`Route53Domains.Client.exceptions.UnsupportedTLD`

  