204 No Content
Explanation:
The 204 No Content status code indicates that the server has successfully processed the request and that there is no additional content to send in the response payload body. A header might still be included in the response to provide information about the request.
Usage:
This status code is used to inform the client that the request was processed successfully but there is no content to return.
Attentions:
- The server should include information about the request in the response message if possible.
- The response should not include a message body.
Sample:
undefined