---
title: "Remove Referral Card Holder"
method: DELETE
path: "/v1/referrals/members/{memberId}/holders/{holderId}"
tags: ["Referrals"]
---

# Remove Referral Card Holder

`DELETE /v1/referrals/members/{memberId}/holders/{holderId}`

Removes the holder from a referral card. You can remove a referee only.

To use this endpoint, you must have the following permissions:
- Create and modify Customers and Segments (`customers.modify`)
- Publish Voucher (`vouchers.publish`)

> 📘 Alternative endpoint
>
>This endpoint is an alternative to the [Remove Referral Card Holder endpoint](/api-reference/referrals/remove-referral-card-holder-with-campaign-id). The URL was re-designed to retrieve the referral member holders without providing the `campaignId` as a path paremeter.

## Response `204`

Returns no content if removal is successful.

## Other responses

- `403` — Returns an error if the user is missing permissions or is trying to remove the referrer.
- `404` — Returns an error if a resource cannot be found.

---

[API](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions.md) · [All operations](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voucherifyio/voucherify-api-async-actions/revisions/4982266e0494/schema)
