Mark all customers matching the given identifiers as cancelled. i.e. they've cancelled their order or have failed to fulfil all necessary steps in order to be given a reward.
Only customers who could be eligible for a reward will be marked as cancelled. Any other customers included
(e.g. customers who might order in the future) will be ignored and discarded.
We strongly suggest you pass us all customers who cancelled - as you may not know who was introduced by a friend. We will discard any customers details who do not need cancellation.
Cancellation is completed on a queue. It may take some time for the customers to be marked as cancelled. Approximate time to mark someone as cancelled is normally under < 5 minutes, but can be several hours in some cases.
Customers who we were able to queue will be returned in the accepted
array. Customers who we do not hold a record of or cannot find will be returned in the errors
array.
You may send 100 customers per request.
Scopes: customers:write
Rate limits: 100 requests per 5 minutes. Shared across all 'referee' endpoints.