:doc:`GlobalAccelerator <../../globalaccelerator>` / Client / delete_endpoint_group

*********************
delete_endpoint_group
*********************



.. py:method:: GlobalAccelerator.Client.delete_endpoint_group(**kwargs)

  

  Delete an endpoint group from a listener.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/DeleteEndpointGroup>`_  


  **Request Syntax**
  ::

    response = client.delete_endpoint_group(
        EndpointGroupArn='string'
    )
    
  :type EndpointGroupArn: string
  :param EndpointGroupArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the endpoint group to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`GlobalAccelerator.Client.exceptions.InvalidArgumentException`

  
  *   :py:class:`GlobalAccelerator.Client.exceptions.EndpointGroupNotFoundException`

  
  *   :py:class:`GlobalAccelerator.Client.exceptions.InternalServiceErrorException`

  