Skip to main content
POST
/
cart
/
removeReferral
Remove the referral code from the user's cart
curl --request POST \
  --url https://v3.minestorecms.com/api/cart/removeReferral \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Response

success
boolean
message
string