You are working with a RESTful book service. Service contains books with ID from 1 to 10. But, you entered command:
DELETE /books/8
This command deleted book with ID of 8. Now, which error will be shown if you'll try to use get method with it?
GET /books/8
Tip: There will be code of NOT FOUND status