410
Gone
Client Error
Description
The resource is no longer available and will not be available again
Common Usage
Like 404 but permanent; resource was intentionally removed
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 410 GonecURL Example
curl -I https://example.com
# Returns: HTTP/1.1 410 GoneClient Error Response
This is a client error response indicating the request contains bad syntax or cannot be fulfilled.
Related Client Error Codes
Other codes in the same category