Deleting an Application Version

Function Description

  • API Name

    DeleteAppVersion

  • Function

    Delete an application version. The application version cannot be deleted when it is in use.

URI

DELETE /v1/{project_id}/cloud-phone/app-versions/{app_version_id}

For details, see Table 1.
Table 1 Parameter description

Parameter

Mandatory

Type

Description

project_id

Yes

String

Specifies the project ID.

For details about how to obtain the project ID, see Obtaining a Project ID.

app_version_id

Yes

String

Specifies the unique ID of the application version.

Request

  • Request parameters

    None

  • Example request
    1
    DELETE https://{CPH Endpoint}/v1/{project_id}/cloud-phone/app-versions/{app_version_id}
    

Response

  • Response parameters

    Parameter

    Type

    Description

    request_id

    String

    Specifies the request ID, which is unique.

  • Example response
    {  
        "request_id": "6837531fd3f54550927b930180a706bf"
    }

Returned Values

See Returned Values.

Error Codes

See Error Codes.