# DELETE /referrals/:id

**Resource:** [Referrals](./referrals.md)  
**Scopes:** `referrals:delete`  
**Write operation:** yes

Delete a referral row. The linked contact and opportunity are NOT deleted -- only the referral relationship row is removed.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | string | yes | Referral UUID. |

## Request example

```bash
curl -X DELETE "https://ucqwijexmjctglmrxlej.supabase.co/functions/v1/api/v1/referrals/8aa0c05e-d0b2-49b3-b6e8-2da112254c63" \
  -H "Authorization: Bearer tp_live_..."
```

## Response example

```json
HTTP 204 No Content
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`