Decline Lead (v1)
Description
Decline a lead to make the record inactive.
HTTP Request
DELETE YOUR_STORMAN_CLOUD_API_URL /facility/YOUR_FACILITY_CODE /leads/ID
Request parameters
Parameter | Type | Description | Required |
---|---|---|---|
decline_reason | text | The reason why the lead was declined. Lookup value field. | Yes |
Request example
{
"decline_reason" : "Moved overseas"
}
Response parameters
Parameter | Type | Description |
---|---|---|
success | boolean | Whether the request was processed successfully or not. |
message | text | A custom message for this action. |
Response example
{
"success": true,
"message": "Lead successfully declined"
}
, multiple selections available,