Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a referral link
cURL
curl --request DELETE \ --url https://api.example.com/v1/partner_referral_links/{id}
{ "status": 1 }
DELETE https://api.partnero.com/v1/partner_referral_links/{id}
id
curl --location --request DELETE 'https://api.partnero.com/v1/partner_referral_links/ref_789' \ --header 'Authorization: Bearer YOUR_API_KEY'