Logo
Emporix Digital Commerce Platform API Documentation

Deleting price by id

DELETE {{api-url}}/price/{{tenant}}/prices/{{priceId}}

Deletes a specific price by price ID.

Required scopes

  • price.price_manage

 

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/prices/priceId' -H 'Accept: application/json' -H 'X-Version: v2'

ENDPOINTS