:doc:`ApiGatewayV2 <../../apigatewayv2>` / Client / delete_portal_product_sharing_policy

************************************
delete_portal_product_sharing_policy
************************************



.. py:method:: ApiGatewayV2.Client.delete_portal_product_sharing_policy(**kwargs)

  

  Deletes the sharing policy for a portal product.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/apigatewayv2-2018-11-29/DeletePortalProductSharingPolicy>`_  


  **Request Syntax**
  ::

    response = client.delete_portal_product_sharing_policy(
        PortalProductId='string'
    )
    
  :type PortalProductId: string
  :param PortalProductId: **[REQUIRED]** 

    The portal product identifier.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ApiGatewayV2.Client.exceptions.NotFoundException`

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

  
  *   :py:class:`ApiGatewayV2.Client.exceptions.BadRequestException`

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

  