Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_endpoint

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