这个方法运行删除脚本。
Returns an object containing the IDs of the deleted scripts under the property. 返回一个包含被删除脚本ID的对象。
Delete multiple scripts删除多个脚本
Request请求:
- {
- "jsonrpc": "2.0",
- "result": {
- "3",
- "4"
- ]
- },
- }
CScript::delete() in frontends/php/include/classes/api/services/CScript.php.