Custom menu deletion interface
Custom menu deletion interface
After using the interface to create a custom menu, developers can also use the interface to delete the currently used custom menu. Please also note that when personalizing the menu, calling this interface will delete the default menu and all personalized menus.
Request instructions
http请求方式:GET https://api.weixin.qq.com/cgi-bin/menu/delete?access_token=ACCESS_TOKEN
Return instructions
对应创建接口,正确的Json返回结果: {"errcode":0,"errmsg":"ok"}
Use web debugging tools to debug this interface