204: No Content

HTTP Status Code 204 refers to No Content. This code indicates that the server successfully processed the request, but there is no content to return in the response body. It's commonly used in scenarios where a request is made to delete a resource or when a successful operation does not require any data to be returned. The response may include headers, but the body is intentionally left empty.