ApiGatewayV2 / Client / delete_product_rest_endpoint_page

delete_product_rest_endpoint_page

ApiGatewayV2.Client.delete_product_rest_endpoint_page(**kwargs)

Deletes a product REST endpoint page.

See also: AWS API Documentation

Request Syntax

response = client.delete_product_rest_endpoint_page(
    PortalProductId='string',
    ProductRestEndpointPageId='string'
)
Parameters:
  • PortalProductId (string) –

    [REQUIRED]

    The portal product identifier.

  • ProductRestEndpointPageId (string) –

    [REQUIRED]

    The product REST endpoint identifier.

Returns:

None

Exceptions

  • ApiGatewayV2.Client.exceptions.NotFoundException

  • ApiGatewayV2.Client.exceptions.TooManyRequestsException

  • ApiGatewayV2.Client.exceptions.BadRequestException

  • ApiGatewayV2.Client.exceptions.AccessDeniedException