Delete Discount from Subscription
DELETE {{baseUrl}}/v1/payments/subscriptions/:subscriptionId/discount
Delete the discount that was assigned to a subscription. This method does not affect the coupon that the discount was derived from.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"id":"\u003cstring\u003e","deleted":"\u003cboolean\u003e"},"status":{"error_code":"\u003cstring\u003e","message":"\u003cstring\u003e","operation_id":"\u003cstring\u003e","response_code":"\u003cstring\u003e","status":"\u003cstring\u003e"}}