Skip to main content

app_deleted event

User has deleted an app

Facts

Required Scopes
Compatible APIs

Usage info

This example includes both the event wrapper and the event structure for the app_deleted event.

{
"token": "XXYYZZ",
"team_id": "T123ABC456",
"api_app_id": "A123ABC456",
"event": {
"type": "app_deleted",
"app_id": "A015CA1LGHG",
"app_name": "my-admin-app",
"app_owner_id": "U013B64J7MSZ",
"team_id": "E073D7H7BBE",
"team_domain": "ACME Enterprises",
"event_ts": "1700001891.279278"
},
"type": "event_callback",
"authed_users": [
"U123ABC456",
"U222222222"
],
"event_id": "Ev123ABC456",
"event_time": 123456789
}

The app_deleted event payload contains information about an app that has been deleted from a team or organization it belongs to.

Only organization-wide apps can subscribe to this event.

FieldDescription
app_idThe app that was deleted from the team.
app_nameThe name of the app the was deleted from the team.
app_owner_idThe owner of the app that was deleted from the team.
team_idThe team that the app was deleted from.
team_domainThe domain of the team that the app was deleted from.
event_tsTime the app was deleted.