v1
latestOpenAPI 3.1.02026-07-2665153355.3 KBDelete a Price Point
Deletes a specific price point.
delete/v1/price-points/{priceInUsdCents}
Path parameters
priceInUsdCentsnumber required
Example:999
Base price in USD cents.
Response
Price point deleted successfully.
Example response
{
"priceInUsdCents": 999,
"lastUpdate": "2026-01-01T14:30:00Z",
"priceByCountry": [
{
"price": 7.99,
"currencyCode": "GBP",
"taxModel": "Included",
"taxRate": 20,
"country": "United Kingdom",
"countryCode2": "GB",
"usdExchangeRateOnCalc": 0.79,
"exchangeRateDrift": "-1.2%"
}
]
}