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

***************
delete_listener
***************



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

  

  Delete a listener from an accelerator.

  

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


  **Request Syntax**
  ::

    response = client.delete_listener(
        ListenerArn='string'
    )
    
  :type ListenerArn: string
  :param ListenerArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the listener.

    

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

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

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

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

  