Logo
Emporix Digital Commerce Platform API Documentation

Delete price model

DELETE {{api-url}}/price/{{tenant}}/priceModels/{{priceModelId}}

AVAILABLE for Price Service v2 only

Deletes the price model. As a consequence of the operation all prices related to the given price model will be deleted as well. The operation of prices deletion will be done in asynchronous manner.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string
X-Version
string




RESPONSES

status





Curl
curl -X DELETE 'api-url/price/tenant/priceModels/priceModelId' -H 'Accept: application/json' -H 'X-Version: v2'

ENDPOINTS