gone constant

int const gone

gone = 410.

This response would be sent when the requested content has been permenantly deleted from server, with no forwarding address.

Clients are expected to remove their caches and links to the resource.

The HTTP specification intends this status code to be used for "limited-time, promotional services".

APIs should not feel compelled to indicate resources that have been deleted with this status code.

https://tools.ietf.org/html/rfc7231#section-6.5.9

Implementation

static const int gone = 410;