HTTP status codes / 4xx — Client error
410 Gone
What it means
Deliberately deleted, permanently, and the server is telling you so — a stronger statement than 404.
What causes it
Intentionally retired content: old API versions, removed listings, expired promotions.
How to fix it
Stop requesting it; the resource will not return. Site owners: 410 tells search engines to de-index faster than a 404.