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
/
delete
Authorizations
X-API-KEY
string
headerrequiredQuery Parameters
id
string
required if email or uid is null
ID of the lead or customer to delete
uid
string
required if email or id is null
UID of the lead or customer to delete
email
string
required if id and uid is null
Email of the lead or customer to delete
Response
200 - application/json
message
string
required