Menghapus instalasi aplikasi dari satu atau beberapa instans Cloud Phone.
Deskripsi operasi
This is an asynchronous operation. You can query the task status in the Task Hub by calling DescribeTasks.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| AppIdList |
array |
No |
Daftar ID aplikasi. |
|
|
string |
No |
The application ID. |
12345 |
|
| InstanceGroupIdList |
array |
No |
Daftar ID kelompok instans. Anda harus menentukan parameter ini atau InstanceIdList. Jika keduanya ditentukan, hanya InstanceGroupIdList yang diutamakan. |
|
|
string |
No |
The instance group ID. |
ag-ferag1vraw**** |
|
| InstanceIdList |
array |
No |
Daftar ID instans. Anda harus menentukan parameter ini atau InstanceGroupIdList. Jika keduanya ditentukan, hanya InstanceGroupIdList yang diutamakan. |
|
|
string |
No |
The instance ID. |
acp-3eourrxapshn2**** |
Elemen respons
|
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 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "E5138F7E-46B5-526A-8C99-82DEAE6B****",
"TaskId": "t-1ljew7on6ay0j****",
"ChildTaskInfo": [
{
"InstanceId": "acp-ty3bnd7b9xxxx",
"ChildTaskId": "t-ybde48cevxxxx",
"AppId": ""
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.