:doc:`Route53 <../../route53>` / Client / delete_reusable_delegation_set

******************************
delete_reusable_delegation_set
******************************



.. py:method:: Route53.Client.delete_reusable_delegation_set(**kwargs)

  

  Deletes a reusable delegation set.

   

  .. warning::

     

    You can delete a reusable delegation set only if it isn't associated with any hosted zones.

     

   

  To verify that the reusable delegation set is not associated with any hosted zones, submit a `GetReusableDelegationSet <https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetReusableDelegationSet.html>`__ request and specify the ID of the reusable delegation set that you want to delete.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DeleteReusableDelegationSet>`_  


  **Request Syntax**
  ::

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

    The ID of the reusable delegation set that you want to delete.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      An empty element.

      
  
  **Exceptions**
  
  *   :py:class:`Route53.Client.exceptions.NoSuchDelegationSet`

  
  *   :py:class:`Route53.Client.exceptions.DelegationSetInUse`

  
  *   :py:class:`Route53.Client.exceptions.DelegationSetNotReusable`

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

  