User has deleted an app
{
"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"
}
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.
Field | Description |
---|---|
app_id |
The app that was deleted from the team. |
app_name |
The name of the app the was deleted from the team. |
app_owner_id |
The owner of the app that was deleted from the team. |
team_id |
The team that the app was deleted from. |
team_domain |
The domain of the team that the app was deleted from. |
event_ts |
Time the app was deleted. |
When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id
and event
. Learn more