From 93d6697b5c8acba8e5668e08b1ba4d900ea1de32 Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Mon, 23 Feb 2015 04:12:50 +0000 Subject: [PATCH] Add "204 No Content" for sync deletion Change-Id: I0292cae628fa77221ade82b957b9c77d7a633f98 --- guidelines/http.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guidelines/http.rst b/guidelines/http.rst index 6d47962..0f90b23 100644 --- a/guidelines/http.rst +++ b/guidelines/http.rst @@ -30,6 +30,10 @@ HTTP Response Codes * the URI of a status resource that the client can use to query the progress of the asynchronous operation. +* Synchronous resource deletion + + * Response status code must be ``204 No Content`` + * For all other successful calls, the return code should be **200 OK**. Failure Codes