docs
  1. Admin Api
  2. Resources
  3. Price Rounding
  4. Delete Price Rounding

Delete price rounding

Delete a price rounding

Path Parameters

ParameterDetails
shopKey
  • required
string
Example:
ms
countryCode
  • required
string
Example:
de
priceRoundingId
  • required
integer
Example:
123

Responses

204
Price rounding was successfully deleted.
Success
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
DELETE/shops/{shopKey}/countries/{countryCode}/price-roundings/{priceRoundingId}

Request samples

Provide Feedback