410 Gone

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.[42] Most use cases do not require clients and search engines to purge the resource, and a "404 Not Found" may be used instead.

Did you find this article useful?

  • 100 Continue

    The server has received the request headers and the client should proceed to send the request body...
  • 101 Switching Protocols

    The requester has asked the server to switch protocols and the server has agreed to do so....
  • 102 Processing

    A WebDAV request may contain many sub-requests involving file operations, requiring a long time to c...
  • 200 OK

    Standard response for successful HTTP requests....
  • 201 Created

    The request has been fulfilled, resulting in the creation of a new resource....