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

**********************
delete_cidr_collection
**********************



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

  

  Deletes a CIDR collection in the current Amazon Web Services account. The collection must be empty before it can be deleted.

  

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


  **Request Syntax**
  ::

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

    The UUID of the collection to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Route53.Client.exceptions.NoSuchCidrCollectionException`

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

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

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

  