Decline a vendor-assigned lead with a reason. The lead must not have been previously accepted or declined.
cURL
curl --request POST \ --url https://www.renovationfind.com/rest-api-v1/general-leads/{id}/decline \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "reason": "Outside our service area" } '
{ "success": true, "message": "<string>" }
JWT token issued from the RenovationFind Manager Portal
Reason for declining the lead
500
"Outside our service area"
Lead declined
true