All HTTP status codes
HTTP 205 Reset Content
SuccessLike 204, but additionally tells the client to reset the document view — e.g. clear the form that produced the request.
Defined in RFC 9110
Common causes
- Form-submission endpoints that want the UI cleared afterwards
How to fix it
Nothing to fix — handle it like 204 plus a UI reset
Related status codes
Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.