Skip to main content
DELETE
/
public
/
{user_id}
/
orders
/
{publicOrder}
/
discount-code
/
{discountCode_code}
Remove Discount Code
curl --request DELETE \
  --url https://apigw.ipxo.com/ecommerce/public/{user_id}/orders/{publicOrder}/discount-code/{discountCode_code} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string
required

The ID of the user.

publicOrder
string
required
discountCode_code
string
required

Response

204

Successfully removed discount code from order