Skip to content

Delete Endpoint

eventbridge_delete_endpoint R Documentation

Delete an existing global endpoint

Description

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 .

Usage

eventbridge_delete_endpoint(Name)

Arguments

Name

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

Value

An empty list.

Request syntax

svc$delete_endpoint(
  Name = "string"
)