Skip to main content
Version: v3

Uninstall an application

DELETE 

/marketplace/app/:appId/installations

Uninstalls an application from your company or a specific location. This will remove the application`s access and stop all its functionalities

Request

Version stringrequired

API Version

Available optionsv3
appId stringrequired

The application id which is to be uninstalled.

application/json

Bodyrequired

    companyIdstring

    The company id from which the application is to be uninstalled. If you pass agency token, then companyId is required. It will uninstall application from agency as well as all sub-accounts.

    locationIdstring

    The location id from which the application is to be uninstalled. If you pass location token, then locationId is required. It will uninstall application from that location only.

    reasonstring

    The reason for uninstalling the application. Reason is required if you are uninstalling the application as a developer.

application/json

Successfully uninstalled the application

Schema
    successbooleanrequired

    The status of the uninstallation of the application