Skip to main content
apiguide.dev

HTTP 205 — Reset Content

The server fulfilled the request and desires that the user agent reset the document view.

Status CodeHTTP 205
CategorySuccess (2xx)
API Error Subtypes0 error schemas
HTTP Headers0 headers

What does HTTP status code 205 mean?

The 205 Reset Content status code indicates that the server successfully completed the request and requests that the client reset the interface view that sent the request (e.g., clearing a form).

When to use it in APIs

Rarely used in pure JSON APIs, but sometimes returned by endpoints handling form submissions to tell frontend applications to clear inputs.

How it compares to other codes

  • 204 No Content: Responds with no body, but does not ask the client to reset any UI states.

Specific API Error Types for 205

No specific Problem+JSON schemas have been defined for HTTP 205 on apiguide.dev yet.

Associated HTTP Headers

No specific HTTP headers are explicitly linked to HTTP 205 in our directory yet.

Related HTTP Status Codes