204

No Content

Success (2xx)·RFC 9110

What 204 means

The request succeeded but there is no content to return in the body.

Common after a successful DELETE or a form submission where the page should not change. Headers may still carry useful metadata.

Success (2xx)

The request was successfully received, understood and accepted.

Other 2xx codes

FAQ — 204

What does HTTP 204 mean?

204 No Content: The request succeeded but there is no content to return in the body. Common after a successful DELETE or a form submission where the page should not change. Headers may still carry useful metadata.

Which class does status code 204 belong to?

204 is a Success (2xx) code. The request was successfully received, understood and accepted.

Where is the 204 code defined?

Status code 204 is defined in RFC 9110 and is part of the IANA HTTP Status Code Registry.

← All HTTP status codes