:doc:`CloudFront <../../cloudfront>` / Client / delete_anycast_ip_list

**********************
delete_anycast_ip_list
**********************



.. py:method:: CloudFront.Client.delete_anycast_ip_list(**kwargs)

  

  Deletes an Anycast static IP list.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteAnycastIpList>`_  


  **Request Syntax**
  ::

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

    The ID of the Anycast static IP list.

    

  
  :type IfMatch: string
  :param IfMatch: **[REQUIRED]** 

    The current version ( ``ETag`` value) of the Anycast static IP list that you are deleting.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`CloudFront.Client.exceptions.CannotDeleteEntityWhileInUse`

  
  *   :py:class:`CloudFront.Client.exceptions.PreconditionFailed`

  
  *   :py:class:`CloudFront.Client.exceptions.AccessDenied`

  
  *   :py:class:`CloudFront.Client.exceptions.EntityNotFound`

  
  *   :py:class:`CloudFront.Client.exceptions.IllegalDelete`

  
  *   :py:class:`CloudFront.Client.exceptions.UnsupportedOperation`

  
  *   :py:class:`CloudFront.Client.exceptions.InvalidArgument`

  
  *   :py:class:`CloudFront.Client.exceptions.InvalidIfMatchVersion`

  