Client error
HTTP 410: Gone
HTTP 410 means the resource is gone and is not expected to return.
Meaning
The server intentionally signals that the resource used to exist but is now removed.
Common causes
Deleted pages, retired endpoints, or intentionally removed content can return 410.
What to check
Remove links to the resource or redirect users to a replacement when one exists.
Example response
HTTP/1.1 410 GoneReferences
- Registry
- IANA HTTP Status Code Registry
- Guide
- MDN 410 Gone
Related HTTP status codes
Nearby codes often answer the next debugging question.