Browse code

Revert "fix API doc service delete"

This reverts commit a12120e78c5852d5571da38e7b9e4cd49f41edc3.

Signed-off-by: Victor Vieux <vieux@docker.com>

Victor Vieux authored on 2016/10/01 18:12:41
Showing 2 changed files
... ...
@@ -4672,13 +4672,13 @@ Stop and remove the service `id`
4672 4672
 
4673 4673
 **Example response**:
4674 4674
 
4675
-    HTTP/1.1 204 No Content
4675
+    HTTP/1.1 200 OK
4676 4676
     Content-Length: 0
4677 4677
     Content-Type: text/plain; charset=utf-8
4678 4678
 
4679 4679
 **Status codes**:
4680 4680
 
4681
--   **204** – no error
4681
+-   **200** – no error
4682 4682
 -   **404** – no such service
4683 4683
 -   **500** – server error
4684 4684
 
... ...
@@ -5040,13 +5040,13 @@ Stop and remove the service `id`
5040 5040
 
5041 5041
 **Example response**:
5042 5042
 
5043
-    HTTP/1.1 204 No Content
5043
+    HTTP/1.1 200 OK
5044 5044
     Content-Length: 0
5045 5045
     Content-Type: text/plain; charset=utf-8
5046 5046
 
5047 5047
 **Status codes**:
5048 5048
 
5049
--   **204** – no error
5049
+-   **200** – no error
5050 5050
 -   **404** – no such service
5051 5051
 -   **500** – server error
5052 5052