Skip to content

Delete Interconnect

directconnect_delete_interconnect R Documentation

Deletes the specified interconnect

Description

Deletes the specified interconnect.

Intended for use by Direct Connect Partners only.

Usage

directconnect_delete_interconnect(interconnectId)

Arguments

interconnectId

[required] The ID of the interconnect.

Value

A list with the following syntax:

list(
  interconnectState = "requested"|"pending"|"available"|"down"|"deleting"|"deleted"|"unknown"
)

Request syntax

svc$delete_interconnect(
  interconnectId = "string"
)