Revert "fix API doc service delete"

This reverts commit a12120e78c.

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2016-10-01 02:12:41 -07:00
parent 94cd7ed72d
commit bd99641466
2 changed files with 4 additions and 4 deletions

View File

@ -4672,13 +4672,13 @@ Stop and remove the service `id`
**Example response**:
HTTP/1.1 204 No Content
HTTP/1.1 200 OK
Content-Length: 0
Content-Type: text/plain; charset=utf-8
**Status codes**:
- **204** no error
- **200** no error
- **404** no such service
- **500** server error

View File

@ -5040,13 +5040,13 @@ Stop and remove the service `id`
**Example response**:
HTTP/1.1 204 No Content
HTTP/1.1 200 OK
Content-Length: 0
Content-Type: text/plain; charset=utf-8
**Status codes**:
- **204** no error
- **200** no error
- **404** no such service
- **500** server error