DeleteScriptRecording
Deletes uploaded recordings in a small model scenario.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
outboundbot:DeleteScriptRecording |
delete |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID to which the recordings belong. |
1eefcb81-cd58-4143-8180-6a962d79d708 |
| ScriptId |
string |
Yes |
The ID of the scenario to which the recordings belong. |
dcc42f0d-cfd8-4866-9bbf-002042503745 |
| UuidsJson |
string |
No |
The list of recording IDs. If this parameter is left empty, all recordings are selected by default. Note
You can obtain recording IDs by calling the ListScriptRecording operation. |
["d17d5bfa-4972-4389-9718-f9602edabe48"] |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| Code |
string |
The operation status code. |
OK |
| Message |
string |
The response message. |
Success |
| RequestId |
string |
The request ID. |
56666881-887A-530A-B679-C3B6B6B142C0 |
| Success |
boolean |
Indicates whether the operation was successful. |
true |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"Code": "OK",
"Message": "Success",
"RequestId": "56666881-887A-530A-B679-C3B6B6B142C0",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.