Skip to content

410 Gone (HTTP Status Code 410)

Updated: at 09:12 AM

HTTP 410 Gone status code is a client error response code in the HTTP protocol. It indicates that the resource requested by the client is permanently unavailable on the server. This differs from the 404 Not Found status code, which suggests that the resource may never have existed or that the server is unaware of its location.

Key Points About HTTP 410 Gone Status Code

Common Use Cases

Server Configuration

Server administrators can configure the server to return a 410 Gone status code under specific conditions, such as when a file or directory is deleted.

Client Behavior

Upon receiving a 410 Gone response, clients should update their internal data, remove references to the deleted resource, and may notify users that the resource is no longer available.

Standard Definition

The definition of the HTTP 410 Gone status code is detailed in the RFC 7231 document, which provides a standard HTTP response code.

In summary, the HTTP 410 Gone status code is a clear indication that the requested resource has been permanently deleted, and clients should not attempt to retrieve it again.