Referrals
Remove Referral
Removes any existing referral code from the user’s cart. If no referral code is set, an appropriate message is returned.
POST
/
cart
/
removeReferral
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.