410

HTTP 410 Gone

4xx Client Error

  1. Home
  2. > HTTP Status Codes >
  3. > 4xx >
  4. 410
4xx Client Error RFC 7231, Section 6.5.9

What is HTTP 410 Gone?

The 410 (Gone) status code indicates that the target resource is no longer available at the origin server and this condition is likely to be permanent. Unlike 404, where the availability is unknown, 410 explicitly tells the client the resource is gone. Search engines will quickly remove URLs returning 410 from their index.

Common Use Cases

  • Removed or discontinued products
  • Deprecated API endpoints
  • Deleted user accounts or content
Help2Code Logo
Menu