day-cohort-70 / Bangazon-API-BandyChamps

0 stars 0 forks source link

added delete method to lineitem destroy function #52

Closed nicholas-davison closed 1 month ago

nicholas-davison commented 1 month ago

Changes

Requests / Responses

If this PR contains code that defines a new request/response, or changes an existing one, please put the JSON representations here.

Request

DELETE /lineitems/x deletes orderitem id x

Response

HTTP/1.1 204 NO CONTENT

Testing

Description of how to test code...

Related Issues