CSCI-GA-2820-FA23-003 / promotions

NYU DevOps Promotions Service Fall 2023-003
Apache License 2.0
1 stars 0 forks source link

Fix Delete a Promotion #37

Closed sashadsouza02 closed 9 months ago

sashadsouza02 commented 10 months ago

Delete a promotion returns a 404_NOT_FOUND if the promotion cannot be found and a 400_BAD_REQUEST if a query string is not present. The Delete REST API does not require a query string. Delete is idempotent. It always returns a 204_NO_CONTENT regardless of whether it finds the promotion or not.