Delete a discount by id
DELETE/v2/discounts/:id
Delete a discount by id
Request
Path Parameters
id stringrequired
Discount identifier
Example: 018fb9a0-e490-79c8-95de-8424f7b06638
Header Parameters
tenant stringrequired
Tenant identifier
Responses
- 200
- 400
- 403
- 404
- 500
Discount deleted
Bad request
Forbidden
Discount not found
Unknown delete discount error
Loading...