The DevOps Drop
Home / Encyclopedia / HTTP Status Codes / 4xx Client Error Responses / 410 Gone

410 Gone

The HTTP 410 Gone status code indicates that a resource has been permanently removed and is no longer available.

Published 16 Jul 2026 · HTTP Status Code

What is HTTP 410 Gone?

The 410 Gone status code indicates that a resource previously existed but has been permanently removed.

410 vs 404

A 404 indicates that a resource cannot currently be found, while 410 explicitly tells clients that the resource has been intentionally removed.

Common Uses

  • Removed documentation pages
  • Expired content
  • Deprecated APIs

Summary

410 Gone tells clients that a resource has permanently disappeared.