Skip to main content
Version: 3.x

appDeactivate

Deactivate the app.

Requires MANAGE_APPSpermission.

Triggers the following webhook events:

  • APP_STATUS_CHANGED (async): An app was deactivated.
appDeactivate(
id: ID!
): AppDeactivate

Arguments

appDeactivate.id ● ID! non-null scalar

ID of app to deactivate.

Type

AppDeactivate object

Deactivate the app.

Requires MANAGE_APPSpermission.

Triggers the following webhook events:

  • APP_STATUS_CHANGED (async): An app was deactivated.

Was this page helpful?