Uninstalls applications from one or more Cloud Phone instances.
Operation description
This is an asynchronous operation. You can query the task status in the Task Hub by calling DescribeTasks.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppIdList |
array |
No |
A list of application IDs. |
|
|
string |
No |
The application ID. |
12345 |
|
| InstanceGroupIdList |
array |
No |
A list of instance group IDs. You must specify either this parameter or |
|
|
string |
No |
The instance group ID. |
ag-ferag1vraw**** |
|
| InstanceIdList |
array |
No |
A list of instance IDs. You must specify either this parameter or |
|
|
string |
No |
The instance ID. |
acp-3eourrxapshn2**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
E5138F7E-46B5-526A-8C99-82DEAE6B**** |
| TaskId |
string |
The task ID. |
t-1ljew7on6ay0j**** |
| ChildTaskInfo |
array<object> |
A list of subtasks. |
|
|
object |
A subtask. |
||
| InstanceId |
string |
The instance ID. |
acp-ty3bnd7b9xxxx |
| ChildTaskId |
string |
The subtask ID. |
t-ybde48cevxxxx |
| AppId |
string |
The application ID. |
Examples
Success response
JSON format
{
"RequestId": "E5138F7E-46B5-526A-8C99-82DEAE6B****",
"TaskId": "t-1ljew7on6ay0j****",
"ChildTaskInfo": [
{
"InstanceId": "acp-ty3bnd7b9xxxx",
"ChildTaskId": "t-ybde48cevxxxx",
"AppId": ""
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.