clear_product_portal_config
Delete the product-specific portal configuration, reverting to the seller-level settings. Returns whether a configuration was removed.
Instructions
Remove the per-product portal customization. The product falls back to the seller-level portal config. Returns { removed: true } when a row was deleted, { removed: false } when there was nothing to remove.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productId | Yes | Product identifier — accepts the UUID (preferred — same id returned by list_products and webhook payloads) or the legacy positive integer id. UUID support added in Garu v0.10.0. |