deleteEventBus
inline suspend fun EventBridgeV2Client.deleteEventBus(crossinline block: DeleteEventBusRequest.Builder.() -> Unit): DeleteEventBusResponse
Deletes an event bus. Deletion is asynchronous: the bus moves to DELETING and disappears when complete (see the EventBusDeleted waiter). A bus with subscribers or event sources cannot be deleted.