HTTP 204 No Content is a success-class status code defined in RFC9110. The request succeeded but there is no content to return.
Success responses confirm the request was received, understood and accepted. On the wire, the response begins with the status line HTTP/1.1 204 No Content.