ghl_product_price_delete
Delete a specific price from a product using its unique price ID and product ID. Removes the price from the system.
Instructions
Delete Price by ID for a Product The "Delete Price by ID for a Product" API allows deleting a specific price associated with a particular product using its unique identifier. Use this endpoint to remove a price from the system. Endpoint: DELETE /products/{productId}/price/{priceId} (Version header: v3; source: v3/products-v3.json) OAuth scopes: products/prices.write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| priceId | Yes | ID of the price that needs to be returned | |
| productId | Yes | ID of the product that needs to be used | |
| locationId | Yes | location Id |