This operation deletes a scenario.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
pts:DeletePtsScene |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SceneId |
string |
Yes |
The unique ID of the scenario. The system generates this ID after the scenario is created. |
XANH3H |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The status code. This parameter is not returned if the request is successful. |
|
| HttpStatusCode |
integer |
The HTTP status code. This parameter is not returned if the request is successful. |
|
| Message |
string |
The error message. This parameter is not returned if the request is successful. |
|
| RequestId |
string |
The ID of the request. |
A3ED870E-C3BF-44F4-B460-A30785E0256B |
| Success |
boolean |
Indicates whether the request was successful.
|
true |
Examples
Success response
JSON format
{
"Code": "",
"HttpStatusCode": 0,
"Message": "",
"RequestId": "A3ED870E-C3BF-44F4-B460-A30785E0256B",
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | DeletePtsSceneFail | Delete Scene failed, please check the scene ID is correct |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.