Skip to main content

Delete WAN Interface (v2.1)

Delete an existing WAN interface.

Path Parameters
  • tenant_id string required

    The tenant ID.

  • site_id string required

    ID of the site. More details on the site can be retrieved by querying the sites API.

  • wan_interface_id string required

    ID of the WAN interface.

Responses

Successful Operation


Schema
  • bfd_mode string required

    Possible values: [aggressive, non_aggressive]

    Allowed values: aggressive - For fast failure detection of links. This mode is the default mode and is recommended by Prisma SD-WAN. non_aggressive - when you want to reduce the amount of probe traffic, or for links that are subjected to high loss or poor quality.

  • bw_config_mode string required

    Possible values: [auto, manual, manual_bwm_disabled]

    The bandwidth config mode.

  • bwc_enabled boolean

    Bwc Enabled

  • description

    The description of the WAN interface config.

  • id string

    The ID.

  • label_id string required

    The WAN interface label or Circuit label ID. This can be retrieved using the waninterfacelabels API.

  • link_bw_down double

    The circuit downstream capacity in MB.

  • link_bw_up double

    The circuit upstream capacity in MB.

  • lqm_enabled boolean

    The link quality monitoring parameters.

  • name string

    The name of the WAN interface config.

  • network_id string required

    The network ID.

Loading...