:doc:`SESV2 <../../sesv2>` / Client / delete_dedicated_ip_pool

************************
delete_dedicated_ip_pool
************************



.. py:method:: SESV2.Client.delete_dedicated_ip_pool(**kwargs)

  

  Delete a dedicated IP pool.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteDedicatedIpPool>`_  


  **Request Syntax**
  ::

    response = client.delete_dedicated_ip_pool(
        PoolName='string'
    )
    
  :type PoolName: string
  :param PoolName: **[REQUIRED]** 

    The name of the dedicated IP pool that you want to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      An HTTP 200 response if the request succeeds, or an error message if the request fails.

      
  
  **Exceptions**
  
  *   :py:class:`SESV2.Client.exceptions.NotFoundException`

  
  *   :py:class:`SESV2.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`SESV2.Client.exceptions.BadRequestException`

  
  *   :py:class:`SESV2.Client.exceptions.ConcurrentModificationException`

  