vasanthv / jsonbox

HTTP-based JSON storage.
https://jsonbox.io
MIT License
2.49k stars 173 forks source link

Delete operation non existing id need not throw error #80

Open kannangce opened 3 years ago

kannangce commented 3 years ago

Calling delete on a non-existing id need not throw an error. In that way, the endpoint would be idempotent. i.e., calling it multiple times won't be an issue.