Delete a discount from a deal

DELETE {{baseUrl}}/deals/:id/discounts/:discount_id

Removes a discount from a deal, changing the deal value if the deal has one-time products attached.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"success":true,"data":{"id":123}}