status Registered
Verified 2026-09-18 · registry updated 2025-09-15

HTTP 410 Gone

The target resource was intentionally removed and is not expected to return.

Use 410 when a resource has been permanently deleted and clients should stop retrying its old URL.

httpstatus coderoutinglifecycle

Response (http)

HTTP/1.1 410 Gone

Use 410 when a resource has been permanently deleted and clients should stop retrying its old URL.

Common mistakes

  • Using 410 for content that may return; it tells clients to stop retrying for good.

Registry reference: RFC9110, Section 15.5.11

Permalink: https://merginit.com/reference/http/status-410