加载中…

删除自己发布的文章

```javascript WXAPI.cmsArticleDeleteV2(token, id) ``` + token 当前用户登陆凭证 + id 需要删除的文章ID ```json { code: 0, msg: 'success' } ```