Delete Affiliates
Permanently deletes an affiliate from the program, along with the records that cascade from them (their affiliate links, referrals, sales and commissions). This cannot be undone.
affiliateId accepts either the affiliate’s UUID or their email address. The request succeeds with the same response even when nothing matched, so check the affiliate exists first if that matters to you. Fires the affiliate.deleted webhook.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The affiliate to delete
The ID of the affiliate to delete. An affiliate email address is also accepted.
Response
The affiliate was deleted.
Confirmation message