Back to HTTP Check Tool
2xx · Success

204No Content

The server successfully processed the request, but is not returning any content.

What is HTTP 204?

The 204 No Content status means the server successfully processed the request but is not returning any content. Commonly used for DELETE operations or PUT updates where no response body is needed.

Check a URL in real-time

Use our HTTP ping tool to check the actual status code of any URL.

Try httping.io →

Common Use Cases

  • DELETE request success
  • PUT/PATCH update without response body
  • Preflight OPTIONS response

Quick Facts

Code204
Category2xx
TypeSuccess

Related 2xx Codes