DeleteCustomerDiscount
Removes the currently applied discount on a customer.
Stored Procedure Specific Information
Execute this stored procedure by providing the required input parameters. For example:
EXECUTE DeleteCustomerDiscount CustomerId = 'cus_1Oh8LhSC4snQ4WkORvitHMQW'
Input
| Name | Type | Description |
| CustomerId | String | The Customer Id. |
Result Set Columns
| Name | Type | Description |
| Success | String | Execution status of the stored procedure. |