~/http-status-reference

HTTP 204 No Content

Success · RFC 9110

# meaning

Server processed request successfully and is not returning any content.

# typical use

DELETE success; PUT that returns no body.

→ Browse all HTTP status codes

# other 2xx codes