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'
)
[REQUIRED]
The name of the endpoint you want to delete. For example, "Name":"us-east-2-custom_bus_A-endpoint" ..
{}
Response Structure
Exceptions
EventBridge.Client.exceptions.ConcurrentModificationExceptionEventBridge.Client.exceptions.ResourceNotFoundExceptionEventBridge.Client.exceptions.InternalException