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