API Description
This API is used to delete the existing pages that are pushed to users via the Shake feature, including titles, subtitles, images, and redirect URLs on the pages. Only the pages not linked to any device can be deleted.
API Request Format
http request method: POST (use https protocol) https://api.weixin.qq.com/shakearound/page/delete?access_token=ACCESS_TOKENPOST data format: json
POST data example:
{
"page_id":34567
}
Parameters
Parameter | Required | Description |
---|---|---|
page_id | Yes | ID of the page. |
Response
Example of JSON packet returned for a successful request:
{
"data": {
},
"errcode": 0,
"errmsg": "success."
}