POST
/
cart
/
removeReferral
curl --request POST \
  --url https://v3.minestorecms.com/api/cart/removeReferral \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json

Successfully removed the referral code from the cart.

The response is of type object.