410
Gone
4xx · Client Error
The resource is no longer available and will not be available again.
What does HTTP 410 Gone mean?
The resource is permanently gone and no forwarding address is known. Unlike 404, it is an intentional signal that the resource was removed on purpose and will not return.
4xx responses indicate the request was faulty: bad syntax, missing authentication, or a resource that does not exist. The fix usually lives on the client/request side.
Common causes
- Content was deliberately and permanently removed
- A discontinued API endpoint or product
How to fix a 410 error
- Return 410 (not 404) for intentionally removed content so search engines de-index it faster
- Point users to a replacement if one exists
Related 4xx status codes
Look up and search every HTTP status code in one place.
Open the HTTP Status Code tool