xxxxxxxxxx
Status Code 204 – This status code confirms that the server has fulfilled the request but does not need to return information.
Examples of this status code include delete requests or
if a request was sent via a form and the response should not cause the form to be refreshed or for a new page to load.
xxxxxxxxxx
STATUS CODE: 204
-- No Content Success Status Response Code
-- It indicates that a request has succeeded and client needs not to
navigate away from current page.
-- It can be used for a successful http delete method response.