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
Show return type

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.