All Products
Search
Document Center

:UninstallApplication

Last Updated:Mar 01, 2024

Uninstalls an application from an Elastic Cloud Phone (ECP) instance.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID.

cn-hangzhou
InstanceIdarrayNo

The IDs of the instances on which you want to run the command. Valid values of N: 1 to 10.

stringNo

The ID of the instance on which you want to run the command. Valid values of N: 1 to 10.

cp-acfmxazb4p***
PackageNamestringYes

The name of the application that you want to uninstall. The name can be up to 1024 bytes in length and can contain only letters, digits, underscores (_), periods (.), slashes (/), colons (:), and hyphens (-).

com.theapp.test

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

55C15B1C-D507-45F0-B490-69D6E0F113C6
TaskIdarray

The task ID.

string

The task ID.

t-bp67acfmxazb4p****

Examples

Sample success responses

JSONformat

{
  "RequestId": "55C15B1C-D507-45F0-B490-69D6E0F113C6",
  "TaskId": {
    "TaskId": [
      "t-bp67acfmxazb4p****"
    ]
  }
}

Error codes

For a list of error codes, visit the Service error codes.