curl --request DELETE \
--url https://revive-api-v2-production.herokuapp.com/v1/referrals/{dealId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"referralType": "buyer"
}
'curl --request DELETE \
--url https://revive-api-v2-production.herokuapp.com/v1/referrals/{dealId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"referralType": "buyer"
}
'Was this page helpful?