Removes the currently applied discount on a subscription.
Parameters
No parameters.
Returns
An object with a deleted flag set to true upon success. This call returns an error otherwise, such as if no discount exists on this subscription.
Response
{ "object": "discount", "deleted": true}