AppUninstall Webhook Event

Called whenever an app is uninstalled

type
string
appId
string
companyId
string
locationId
string
  • For Location Level App Uninstall
{
"type": "UNINSTALL",
"appId": "ve9EPM428h8vShlRW1KT",
"locationId": "otg8dTQqGLh3Q6iQI55w"
}
  • For Agency Level App Uninstall
{
"type": "UNINSTALL",
"appId": "ve9EPM428h8vShlRW1KT",
"companyId": "otg8dTQqGLh3Q6iQI55w"
}