Description
This will delete a comment 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 comment with the following ID of 1." }