204 No Content
The server successfully processed the request but returns no content.
Definition (RFC 9110)
HTTP status code 204 204 No Content is defined in RFC 9110 (HTTP Semantics), Section 15.3.5 — the current authoritative specification for HTTP semantics, published June 2022, which obsoletes the older RFC 7231 and RFC 2616.
Description
The 204 No Content status code indicates that the server has successfully fulfilled the request and there is no additional content to send in the response body.
This is commonly used for DELETE operations or form submissions where no response body is needed.
Check your website's HTTP status code
Check now →