HTTP 410 Gone

The resource existed and has been permanently removed. Unlike a 404, the server is stating that it will not come back.

Why you would test it

Most clients collapse 410 into 404 and keep retrying a URL that will never work again. Test it separately and stop retrying.

Endpoints that return 410

6 endpoints in this playground answer with 410. Every one is free, needs no signup, and can be called from the browser or with curl.

Other client error codes

All HTTP status codes · All 37 mock REST APIs · Getting started guide