Leads
Delete lead/customer
Remove a lead/customer from FirstPromoter using the API. You can find the referral either by id
, uid
or email
.
HTTP Request
DELETE https://firstpromoter.com/api/v1/leads/delete
DELETE
Authorizations
Query Parameters
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
Response
200 - application/json