delete_draft
Delete a WeChat draft by providing its media ID. The operation removes the draft without affecting associated permanent images, and returns the deleted media ID for confirmation.
Instructions
删除指定草稿,成功返回 {"media_id": ..., "deleted": true}。
注意:删除草稿不会连带删除其占用的永久素材图片(微信行为)。
参数:
media_id: 草稿 ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||