Table of Contents
About
The HTTP 204 No Content
successful response status code indicates
that a request has succeeded, by the client doesn’t need to navigate
away from its current page1.
204 response meaning
A 204 No Content
in response to these request methods has the following meaning and results:
- DELETE - the action was successful, and no further information needs to be supplied
- PUT - the action was successful, and the ETag header value contains the entity tag for the new representation of that target resource
Anki
Links
References
MDN. “204 No Content”. Available at: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/204. (Accessed: ). ↩︎