Comment 4 for bug 1286121

Revision history for this message
Jeroen T. Vermeulen (jtv) wrote :

HTTP specifies that DELETE should be idempotent. If the thing you want deleted does not exist, that's success. We could return an informational message in the response body, maybe, but the status code should reflect success rather than failure.