Skip to content

Delete Sol Network Package

telconetworkbuilder_delete_sol_network_package R Documentation

Deletes network package

Description

Deletes network package.

A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.

To delete a network package, the package must be in a disable state. To disable a network package, see update_sol_network_package.

Usage

telconetworkbuilder_delete_sol_network_package(nsdInfoId)

Arguments

nsdInfoId

[required] ID of the network service descriptor in the network package.

Value

An empty list.

Request syntax

svc$delete_sol_network_package(
  nsdInfoId = "string"
)