keecode logokeecode
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 Gone

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 410 Gone