410 Gone
This is an educational reference page about HTTP 410 Gone. The page itself is served as 200 OK so it can be indexed as HTTP documentation.
Indicates that the resource requested is no longer available and will not be available again. This should be used when a resource has been intentionally removed and the resource should be purged. Upon receiving a 410 status code, the client should not request the resource in the future. Clients such as search engines should remove the resource from their indices.Most use cases do not require clients and search engines to purge the resource, and a "404 Not Found" may be used instead.