PFinal\Wechat\Service\MenuService::delete PHP Method

delete() public static method

删除菜单
public static delete ( ) : array
return array ["errcode"=>0,"errmsg"=>"ok"]
    public static function delete()
    {
        $url = 'https://api.weixin.qq.com/cgi-bin/menu/delete?access_token=ACCESS_TOKEN';
        return parent::request($url);
    }