All Products
Search
Document Center

OpenSearch:DeleteABTestGroup

Last Updated:Apr 09, 2024

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

DELETE /v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}/groups/{groupId}

Request parameters

ParameterTypeRequiredDescriptionExample
appGroupIdentitystringYes

The application name.

my_app_group_name
sceneIdintegerYes

The scenario ID.

20404
groupIdintegerYes

The group ID.

13467

Response parameters

ParameterTypeDescriptionExample
object
resultobject

The return result.

{}
requestIdstring

The ID of the request.

ABCDEFGH

Examples

Sample success responses

JSONformat

{
  "result": {},
  "requestId": "ABCDEFGH"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history