Add "204 No Content" for sync deletion

Change-Id: I0292cae628fa77221ade82b957b9c77d7a633f98
This commit is contained in:
Ken'ichi Ohmichi 2015-02-23 04:12:50 +00:00
parent a1ceb34135
commit 93d6697b5c

View File

@ -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