Deletes an experiment.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:DeleteApp |
*AbTestExperiment
|
None | None |
Request syntax
DELETE /v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}/groups/{groupId}/experiments/{experimentId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| appGroupIdentity |
string |
Yes |
The name of the application. |
my_app_group_name |
| sceneId |
integer |
Yes |
The ID of the scenario. |
20404 |
| groupId |
integer |
Yes |
The ID of the group. |
13467 |
| experimentId |
integer |
Yes |
The ID of the experiment. |
12889 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| result |
object |
The returned data. |
{} |
| requestId |
string |
The request ID. |
ABCDEFGH |
Examples
Success response
JSON format
{
"result": {},
"requestId": "ABCDEFGH"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.