204
✅ Success RFC 9110, Section 15.3.5
No Content
The server successfully processed the request and is not returning any content.
Common Use
Common for DELETE requests and successful PUT updates where no body is needed. Also used for preflight OPTIONS responses.
API Endpoint
https://codes.uncodigo.com/http/204 Example with curl
curl -i https://codes.uncodigo.com/http/204 Try It
GET /http/204 Click "Send Request" to see the response...
Example
Request
DELETE /users/123 HTTP/1.1 Response
HTTP/1.1 204 No Content