Vincent is here! Just say the word, and Vincent will build the campaigns for you! Get early access.
curl --request DELETE \
--url https://{cluster}.voucherify.io/v1/referrals/{campaignId}/members/{memberId}/holders/{holderId} \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'Removes the holder from a referral card. You can remove a referee only.
To use this endpoint, you must have the following permissions:
customers.modify)vouchers.publish)curl --request DELETE \
--url https://{cluster}.voucherify.io/v1/referrals/{campaignId}/members/{memberId}/holders/{holderId} \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'Documentation Index
Fetch the complete documentation index at: https://docs.voucherify.io/llms.txt
Use this file to discover all available pages before exploring further.
Unique identifier of a referral program campaign.
"camp_rRsfatlwN7unSeUIJDCYedal"
Unique referral code or its identifier.
"MmFAzfDe"
Unique identifier of a redeemable holder.
"rh_0f1ab744ce8277d0dc"
Returns no content if removal is successful.
Was this page helpful?