delete price in var priceId
DELETE {{api_url}}/price/{{tenant}}/prices/{{priceId}}
Delete all the prices of the tenant. The caller must have the hybris.price_delete_all
scope assigned.
Parameters:
tenant: Stands for the project
that requests this resource. Must match the project
that is associated with the access token in the Authorization header.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |