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

*******************
delete_product_page
*******************



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

  

  Deletes a product page of a portal product.

  

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


  **Request Syntax**
  ::

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

    The portal product identifier.

    

  
  :type ProductPageId: string
  :param ProductPageId: **[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`

  