Delete Sol Function Package
telconetworkbuilder_delete_sol_function_package | R Documentation |
Deletes a function package¶
Description¶
Deletes a function package.
A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.
To delete a function package, the package must be in a disabled state.
To disable a function package, see update_sol_function_package
.
Usage¶
telconetworkbuilder_delete_sol_function_package(vnfPkgId)
Arguments¶
vnfPkgId |
[required] ID of the function package. |
Value¶
An empty list.
Request syntax¶
svc$delete_sol_function_package(
vnfPkgId = "string"
)