All HTTP status codes

HTTP 205 Reset Content

Success

Like 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

  1. Nothing to fix — handle it like 204 plus a UI reset

Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.