Promoters
Delete a promoter
You can identify promoters by: id
, cust_id
, auth_token
, promoter_email
or ref_id
(referral id). You need to pass at least one of these parameters.
HTTP Request
DELETE https://firstpromoter.com/api/v1/promoters/delete
DELETE
/
delete
You can identify promoters by: id, promoter_email, cust_id, auth_token or ref_id(referral id). You need to pass at least one of these parameters.
Authorizations
X-API-KEY
string
headerrequiredQuery Parameters
id
string
The promoter's ID inside FirstPromoter
cust_id
string
Your customer's user ID inside your application/system for the promoter.
ref_id
string
Referral ID. If this is blank an ID is assigned based on the first name. Can be only lower-case letters
, numbers
, -
(hyphen) and _
(underscore)
auth_token
string
Authentication token generated when the promoter was created
Response
200 - application/json
message
string
required