Remove a lead/customer from FirstPromoter using the API. You can find the referral either by id
, uid
or email
.
DELETE https://firstpromoter.com/api/v1/leads/delete
required if email or uid is null
ID of the lead or customer to delete
required if email or id is null
UID of the lead or customer to delete
required if id and uid is null
Email of the lead or customer to delete
delete lead 200 response
The response is of type object
.