HTTP 204 — No Content

Used for DELETE or updates that return nothing.

All HTTP status codesJSON Formatter

Related: 200201301302304400

Frequently asked questions

What is HTTP 204?

204 No Content: Success with an empty body. Used for DELETE or updates that return nothing.

Where can I see all status codes?

Open the HTTP status codes hub on TryDevSnip for the full list.