此方法允许删除Web场景。

    Description

    object httptest.delete(array **webScenarioIds**)

    This method allows to delete web scenarios.

    参数

    (array) IDs of the web scenarios to delete.

    返回值

    (object) 返回包含httptestids属性下删除的Web方案的ID的对象。

    Return values

    Returns an object containing the IDs of the deleted web scenarios under the httptestids property.

    删除多个Web场景

    Examples

    Deleting multiple web scenarios

    Delete two web scenarios.

    Request:

    Response:

    1. {
    2. "result": {
    3. "httptestids": [
    4. "3"
    5. ]
    6. },
    7. }

    来源