REST: Is DELETE Idempotent?
·894 words·5 mins
This post is a thrive to learn, and not to show anyone is incorrect. Feel free to share your thoughts.
Lukas Kahwe Smith was having a nice post RESTing with Symfony2
Quoting a few words from the post on REST
DELETE and 404 # I started my talk on RESTing with Symfony2 with an introduction to REST itself. On slide 7 of my talk I explained the concept of “safe” and “idempotent” HTTP methods. Many people were surprised when I explained that DELETE should be idempotent, meaning that sending a DELETE request to a resource that has been removed should infact not return a 404.