deleteNotificationById

@DeleteMapping(value = ["{notificationId}"])
fun deleteNotificationById(@RequestHeader(value = "user-token") token: String, @PathVariable notificationId: Long)

DELETE endpoint for deleting specified notification