Deletes a test group.
Debugging
Request headers
This operation uses only the common request headers. For more information, see Common request parameters.
Request syntax
DELETE /v4/openapi/app-groups/[appGroupIdentity]/scenes/[sceneId]/groups/[groupId] HTTP/1.1
Request parameters
Parameter | Type | Position | Required | Example | Description |
---|---|---|---|---|---|
appGroupIdentity | String | Path | Yes | my_app_group_name |
The name of the application. |
groupId | Integer | Path | Yes | 13467 |
The ID of the test group. |
sceneId | Integer | Path | Yes | 20404 |
The ID of the test scenario. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
requestId | String | ABCDEFGH |
The ID of the request. |
result | Map | {} |
The return result. |
Examples
Sample requests
DELETE /v4/openapi/app-groups/kevintest/scenes/20405/groups/13467
Sample success responses
XML
format
<requestId>D77D0DAF-790D-F5F5-A9C0-133738165014</requestId>
JSON
format
{
"requestId": "D77D0DAF-790D-F5F5-A9C0-133738165014",
"result": []
}
Error codes
For a list of error codes, visit the API Error Center.