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
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"id":123}}