EventBridge / Client / delete_endpoint

delete_endpoint#

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 in the Amazon EventBridge User Guide.

See also: AWS API Documentation

Request Syntax

response = client.delete_endpoint(
    Name='string'
)
Parameters:

Name (string) –

[REQUIRED]

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

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • EventBridge.Client.exceptions.ConcurrentModificationException

  • EventBridge.Client.exceptions.ResourceNotFoundException

  • EventBridge.Client.exceptions.InternalException