DiscountCodeRedeemCodeBulkDelete
Asynchronously delete discount codes in bulk.
Input
| Name | Type | Required | Description |
| DiscountId | String | True | The ID of the DiscountCodeNode object that the codes will be removed from. |
| Ids | String | False | The IDs of the discount redeem codes to delete. Provide a comma-separated list of IDs. |
| SavedSearchId | String | False | The ID of the saved search that provides a list of the discount redeem codes to delete. |
| Search | String | False | The search expression that provides the list of discount redeem codes to delete. |
| WaitJob | String | False | The Stored Procedure will wait until the Job is done.
The default value is true. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |
| JobID | String | The Job Id. |
| Status | String | The status of the Job. |