:doc:`TelcoNetworkBuilder <../../tnb>` / Client / delete_sol_network_package

**************************
delete_sol_network_package
**************************



.. py:method:: 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 <https://docs.aws.amazon.com/tnb/latest/APIReference/API_UpdateSolNetworkPackage.html>`__.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/DeleteSolNetworkPackage>`_  


  **Request Syntax**
  ::

    response = client.delete_sol_network_package(
        nsdInfoId='string'
    )
    
  :type nsdInfoId: string
  :param nsdInfoId: **[REQUIRED]** 

    ID of the network service descriptor in the network package.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`TelcoNetworkBuilder.Client.exceptions.InternalServerException`

  
  *   :py:class:`TelcoNetworkBuilder.Client.exceptions.ThrottlingException`

  
  *   :py:class:`TelcoNetworkBuilder.Client.exceptions.ValidationException`

  
  *   :py:class:`TelcoNetworkBuilder.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`TelcoNetworkBuilder.Client.exceptions.AccessDeniedException`

  