Update first-web-api.md (#16274)

pull/16289/head
Rick Anderson 2019-12-20 08:29:50 -08:00 committed by Scott Addie
parent c543e7229a
commit 6eb6d2ca84
1 changed files with 0 additions and 2 deletions

View File

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