:doc:`MediaPackageVod <../../mediapackage-vod>` / Client / delete_packaging_configuration

******************************
delete_packaging_configuration
******************************



.. py:method:: MediaPackageVod.Client.delete_packaging_configuration(**kwargs)

  Deletes a MediaPackage VOD PackagingConfiguration resource.

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/DeletePackagingConfiguration>`_  


  **Request Syntax**
  ::

    response = client.delete_packaging_configuration(
        Id='string'
    )
    
  :type Id: string
  :param Id: **[REQUIRED]** The ID of the MediaPackage VOD PackagingConfiguration resource to delete.

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* The MediaPackage VOD PackagingConfiguration resource has been deleted.
  
  **Exceptions**
  
  *   :py:class:`MediaPackageVod.Client.exceptions.UnprocessableEntityException`

  
  *   :py:class:`MediaPackageVod.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`MediaPackageVod.Client.exceptions.ForbiddenException`

  
  *   :py:class:`MediaPackageVod.Client.exceptions.NotFoundException`

  
  *   :py:class:`MediaPackageVod.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`MediaPackageVod.Client.exceptions.TooManyRequestsException`

  