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

# Remove Referral Card Holder with campaign ID

`DELETE /v1/referrals/{campaignId}/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`)

## 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)
