jsonbox
jsonbox copied to clipboard
Delete operation non existing id need not throw error
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.