Junior REST API

What is the difference between 404 Not Found and 410 Gone?

  • 404 Not Found → The resource does not exist (or the client requested the wrong

endpoint).

  • 410 Gone → The resource used to exist but has been permanently removed.

More from ASP.NET Core Web API Tutorial

All questions for this course