object httptest.delete(array webScenarioIds)
此方法允许删除Web场景。
object httptest.delete(array webScenarioIds)
This method allows to delete web scenarios.
(array)
要删除的网络场景的ID。
(array)
IDs of the web scenarios to delete.
(object)
返回包含httptestids
属性下删除的Web方案的ID的对象。
(object)
Returns an object containing the IDs of the deleted web scenarios under the httptestids
property.
删除2个Web场景
Delete two web scenarios.
Request:
{
"jsonrpc": "2.0",
"method": "httptest.delete",
"params": [
"2",
"3"
],
"auth": "3a57200802b24cda67c4e4010b50c065",
"id": 1
}
Response:
CHttpTest::delete() in frontends/php/include/classes/api/services/CHttpTest.php.