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/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)๐ Alternative endpoint
This endpoint is an alternative to the Remove Referral Card Holder endpoint. The URL was re-designed to retrieve the referral member holders without providing the
campaignIdas a path paremeter.
curl --request DELETE \
--url https://{cluster}.voucherify.io/v1/referrals/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 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?