From 6eb6d2ca8410ab441d428839fac803a7909b0b44 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Fri, 20 Dec 2019 08:29:50 -0800 Subject: [PATCH] Update first-web-api.md (#16274) --- aspnetcore/tutorials/first-web-api.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/aspnetcore/tutorials/first-web-api.md b/aspnetcore/tutorials/first-web-api.md index 78b0f07cab..e72edcfa0d 100644 --- a/aspnetcore/tutorials/first-web-api.md +++ b/aspnetcore/tutorials/first-web-api.md @@ -446,8 +446,6 @@ Examine the `DeleteTodoItem` method: [!code-csharp[](first-web-api/samples/3.0/TodoApi/Controllers/TodoItemsController.cs?name=snippet_Delete)] -The `DeleteTodoItem` response is [204 (No Content)](https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html). - ### Test the DeleteTodoItem method Use Postman to delete a to-do item: