DeleteExperimentPlan
Deletes a specified experiment plan.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:DeleteExperimentPlan |
delete |
*ExperimentPlanTemplate
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PlanId |
integer |
Yes |
The ID of the experiment plan to delete. |
189 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| Data |
boolean |
Indicates whether the operation succeeded. |
true |
| RequestId |
string |
The request ID. |
E67E2E4C-2B47-5C55-AA17-1D771E070AEF |
| AccessDeniedDetail |
string |
The details about the access denial, if applicable. |
{} |
| TotalCount |
integer |
The total number of entries. |
0 |
Examples
Success response
JSON format
{
"Data": true,
"RequestId": "E67E2E4C-2B47-5C55-AA17-1D771E070AEF",
"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.