Discounts

Delete a customer discount

$stripe->discounts->deleteCustomerDiscount("customer_id");

Delete a subscription discount

$stripe->discounts->deleteSubscriptionDiscount("customer_id", "subscription_id");