paws.networking (version 0.1.6)

directconnect_delete_lag: Deletes the specified link aggregation group (LAG)

Description

Deletes the specified link aggregation group (LAG). You cannot delete a LAG if it has active virtual interfaces or hosted connections.

Usage

directconnect_delete_lag(lagId)

Arguments

lagId

[required] The ID of the LAG.

Request syntax

svc$delete_lag(
  lagId = "string"
)