Reading List
Retry-friendly idempotent delete in web APIs from Fragments — brandur.org RSS feed.
Retry-friendly idempotent delete in web APIs
Making
DELETE
endpoints in web APIs not just technically idempotent, but friendly for clients that may need to call them multiple times in a retry loop.