Skip to main content

appDeactivate Mutation

Deactivate the app.

Requires the MANAGE_APPSpermission.

Triggers the following webhook events:

  • APP_STATUS_CHANGED (async): An app was deactivated.
appDeactivate(
id: ID!
): AppDeactivate
Details
type AppDeactivate {
appErrors: [AppError!]! @deprecated
errors: [AppError!]!
app: App
}

Arguments​

id ● ID!​

ID of app to deactivate.

Type​

AppDeactivate​

Deactivate the app.

Requires the MANAGE_APPSpermission.

Triggers the following webhook events:

  • APP_STATUS_CHANGED (async): An app was deactivated.