Description
This will delete an article by the ID passed in by the user and return a Status Code of 204 for a successful deletion.
Example Response
Status 204 - No Content
{ status: 204, msg: "You have successfully deleted the article with the following ID of 1." }