204
No Content
Success
Description
The server successfully processed the request and is not returning any content
Common Usage
Common for DELETE requests or PUT requests that don't need to return data
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 204 No ContentcURL Example
curl -I https://example.com
# Returns: HTTP/1.1 204 No ContentSuccess Response
This is a success response indicating the action was successfully received, understood, and accepted.
Related Success Codes
Other codes in the same category