:doc:`EventBridge <../../events>` / Client / delete_endpoint

***************
delete_endpoint
***************



.. py:method:: EventBridge.Client.delete_endpoint(**kwargs)

  

  Delete an existing global endpoint. For more information about global endpoints, see `Making applications Regional-fault tolerant with global endpoints and event replication <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-global-endpoints.html>`__ in the *Amazon EventBridge User Guide* .

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/DeleteEndpoint>`_  


  **Request Syntax**
  ::

    response = client.delete_endpoint(
        Name='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the endpoint you want to delete. For example, ``"Name":"us-east-2-custom_bus_A-endpoint"``..

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`EventBridge.Client.exceptions.ConcurrentModificationException`

  
  *   :py:class:`EventBridge.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`EventBridge.Client.exceptions.InternalException`

  