deleteApplication (DELETE)

Deletes the application based on package name and version.

Method

DELETE

Path

/services/service/desktop/application/{os}/{pkg}/{version}

Path Parameters

os

Type of OS.

Options: Android/iOS/WindowsPhone/WindowsStore/BlackBerry/Windows

pkg

Name of the package, including OS name.

Example: com.ibm.mytest1@Android

version

Internal version number used to compare versions.

Example

https://www.example.com/appcenterconsole/services/service/desktop/application/Android/com.ibm.mytest1@Android/1

Consumes

N/A

Produces

application/json

Response

Status: 200 OK

If deleted, the response contains the product version.

JSON Example


    [
        {
            "productVersion":"8.0.0.00-20200714-1848"
        }
    ]
    

Errors

400
The payload is invalid.
404
message": "FWLAC0207W: Application \"com.ibm.mytest1@Android\", version \"1\" does not exist or is inactive.
500
An internal error occurred.