Request to delete transactions based on the specified scope.
| Name | Type | Description | Notes |
|---|---|---|---|
| scope | ScopeEnum | `AllSubledgers` deletes all transactions for the specified customer profile from all ledgers in the loyalty program. `SelectedSubledgers` deletes all transactions for the specified customer profile only from the given ledgers in the loyalty program. | |
| subledgerIds | List<String> | The IDs of the ledgers from which to delete the customer's transactions. This parameter is required if the `scope` is set to `SelectedSubledgers`. To specify the main ledger, provide an empty string (""). | [optional] |
| Name | Value |
|---|---|
| ALLSUBLEDGERS | "AllSubledgers" |
| SELECTEDSUBLEDGERS | "SelectedSubledgers" |