Deleting an Application

Function Description

  • API Name

    DeleteApp

  • Function

    Delete the application.

  • Notes

    Before deleting an application, ensure that no application pool or application version is associated with the application.

URI

DELETE /v1/{project_id}/cloud-phone/apps/{app_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_id

Yes

String

Specifies the application ID.

Request

  • Request parameters

    None

  • Example request
    1
    DELETE https://{CPH Endpoint}/v1/{project_id}/cloud-phone/apps/{app_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.