object application.delete(array applicationIds)
此方法用于删除应用集。
(array)
需要去删除的应用集 ID
(object)
返回一个 "applicationid" 属性下的要删除的应用程序 ID 的对象。
删除两个应用集
请求:
{
"jsonrpc": "2.0",
"method": "application.delete",
"params": [
"356",
"358"
],
"auth": "3a57200802b24cda67c4e4010b50c065",
"id": 1
}
响应:
CApplication::delete() in frontends/php/include/classes/api/services/CApplication.php.
object application.delete(array applicationIds)
This method allows to delete applications.
(array)
IDs of the applications to delete.
(object)
Returns an object containing the IDs of the deleted applications under the applicationids
property.
Delete two applications.
Request:
{
"jsonrpc": "2.0",
"method": "application.delete",
"params": [
"356",
"358"
],
"auth": "3a57200802b24cda67c4e4010b50c065",
"id": 1
}
Response:
CApplication::delete() in frontends/php/include/classes/api/services/CApplication.php.