Skip to content

Delete Product Rest Endpoint Page

apigatewayv2_delete_product_rest_endpoint_page R Documentation

Deletes a product REST endpoint page

Description

Deletes a product REST endpoint page.

Usage

apigatewayv2_delete_product_rest_endpoint_page(PortalProductId,
  ProductRestEndpointPageId)

Arguments

PortalProductId

[required] The portal product identifier.

ProductRestEndpointPageId

[required] The product REST endpoint identifier.

Value

An empty list.

Request syntax

svc$delete_product_rest_endpoint_page(
  PortalProductId = "string",
  ProductRestEndpointPageId = "string"
)