Closed dcastro closed 2 years ago
The /delete endpoint uses the POST verb, where it has DELETE semantics. We should use the DELETE verb instead.
/delete
POST
DELETE
Clarification and motivation
The
/delete
endpoint uses thePOST
verb, where it hasDELETE
semantics. We should use theDELETE
verb instead.Acceptance criteria
/delete
endpoint uses theDELETE
verb instead ofPOST