Delete a discount by ID

DELETE /discounts/{discountId}

Path parameters

  • discountId string Required

Responses

  • 204

    No Content

  • 404

    Not Found

DELETE /discounts/{discountId}
curl \
 -X DELETE localhost:8080/discounts/{discountId}