delete_sol_network_package

TelcoNetworkBuilder.Client.delete_sol_network_package(**kwargs)

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 UpdateSolNetworkPackage.

See also: AWS API Documentation

Request Syntax

response = client.delete_sol_network_package(
    nsdInfoId='string'
)
Parameters
nsdInfoId (string) --

[REQUIRED]

ID of the network service descriptor in the network package.

Returns
None

Exceptions

  • TelcoNetworkBuilder.Client.exceptions.InternalServerException
  • TelcoNetworkBuilder.Client.exceptions.ThrottlingException
  • TelcoNetworkBuilder.Client.exceptions.ValidationException
  • TelcoNetworkBuilder.Client.exceptions.ResourceNotFoundException
  • TelcoNetworkBuilder.Client.exceptions.AccessDeniedException