All HTTP Status Codes
410

Gone

4xx Client Error

What It Means

The requested resource is no longer available and will not be available again.

When You'll See It

Used when a resource has been intentionally removed and will not return. Stronger than 404.

Related Status Codes

Frequently Asked Questions

What does HTTP 410 mean?

HTTP 410 Gone means: The requested resource is no longer available and will not be available again.

When does a server return 410?

Used when a resource has been intentionally removed and will not return. Stronger than 404.

Is 410 a client error or server error?

HTTP 410 is a Client Error (4xx) response. This means the issue is on the client side — the request was incorrect or unauthorized.

Looking for all status codes in one place? Use the interactive HTTP Status Codes reference tool to search and browse all codes.