DeleteExperiment
Deletes a specified experiment.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:DeleteExperiment |
delete |
*Experiment
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ExperimentId |
integer |
Yes |
Plan ID |
234 |
| ResourceGroupId |
string |
No |
The ID of the resource group. |
rg-sdkfjgnvd24 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Indicates whether the operation is successful. |
||
| Data |
boolean |
The returned data. |
[] |
| RequestId |
string |
The request ID. |
5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB |
| AccessDeniedDetail |
string |
The details about the access denial. |
{} |
| TotalCount |
integer |
The total number of entries returned. |
0 |
Examples
Success response
JSON format
{
"Data": true,
"RequestId": "5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB",
"AccessDeniedDetail": "{}",
"TotalCount": 0
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | NotFound | not found. | Data does not exist |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.