Plesk API - 无法删除订阅

时间:2015-01-21 23:03:17

标签: plesk

我正在尝试使用Plesk API删除订阅。我们正在运行Plesk版本12.0.18。

发送的数据包是:

<?xml version="1.0"?>
<packet version="1.5.2.0">
<webspace>
    <del>
        <filter>
            <id>{ID}</id>
        </filter>
    </del>
</webspace>
</packet>

并返回错误:

Error: Parser error: Request is invalid. Error in line 2: Element 'webspace': This element is not expected. Expected is one of ( server, client, domain, subdomain, dns, db_server, mail, migration, certificate, domain_alias ).

以上数据包就是这里给出的示例:http://plesk.github.io/api-examples/#webspace-del

非常感谢任何帮助。

1 个答案:

答案 0 :(得分:2)

将协议版本指定为版本1.6.6.0 官方Plesk API-RPC文档在http://download1.parallels.com/Plesk/PP12/12.0/Doc/en-US/online/plesk-api-rpc/