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.NotFoundExceptionApiGatewayV2.Client.exceptions.TooManyRequestsExceptionApiGatewayV2.Client.exceptions.BadRequestExceptionApiGatewayV2.Client.exceptions.AccessDeniedException