# Comment Management
Service Account Messages can be managed through the service interface.The interface is as follows:
| Interface Name | English name | Request Path |
|---|---|---|
| Open grouped posts to comment | openArticleComment | /cgi-bin/comment/open |
| View comment data for a specified article | listComment | /cgi-bin/comment/list |
| Close Grouped Post Comments | closecomment | /cgi-bin/comment/close |
| Comments Marked Favorites | electcomment | /cgi-bin/comment/markelect |
| Comments Cancel Favorites | unelectcomment | /cgi-bin/comment/unmarkelect |
| Delete Comments | delcomment | /cgi-bin/comment/delete |
| Response to Comments | replycomment | /cgi-bin/comment/reply/add |
| Delete reply | delreplycomment | /cgi-bin/comment/reply/delete |