Documentation Index
Fetch the complete documentation index at: https://docs.affonso.io/llms.txt
Use this file to discover all available pages before exploring further.
This action is irreversible. All associated commission transactions will be permanently deleted. A webhook event will be emitted before deletion.
Path Parameters
The unique identifier of the referral to delete
Response
The response confirms successful deletion.
Always true for successful deletions
Deletion confirmation object.Show Data Object Properties
curl -X DELETE "https://api.affonso.io/v1/referrals/ref_abc123" \
-H "Authorization: Bearer sk_live_your_api_key"
{
"success": true,
"data": {
"id": "ref_abc123",
"deleted": true
}
}