You can delete an existing member by creating a line with the following variables:
Field Name |
Description |
Action |
DELETE_MEMBER |
Username |
The username of the member, who's being deleted. |
Process Transactions? |
An integer, defining how all previously added commission transactions for the member should be processed:
- 0 - Do nothing
- 1 - Refund only the commissions added, when the member first joined
- 2 - Refund all commissions added for the member, to date
|
Below shows some example lines, which will delete an existing member:
DELETE_MEMBER peggy 1
DELETE_MEMBER shae 1
|