DELETE
/
delete
curl --request DELETE \
  --url https://firstpromoter.com/api/v1/promoters/delete \
  --header 'X-API-KEY: <api-key>'
{
  "message": "Promoter removed."
}

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
header
required

Query 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
Show promoters response
message
string
required