Skip to main content
Version: 3.x

appDelete

Deletes an app.

Requires MANAGE_APPSpermission.

Triggers the following webhook events:

  • APP_DELETED (async): An app was deleted.
appDelete(
id: ID!
): AppDelete

Arguments

appDelete.id ● ID! non-null scalar

ID of an app to delete.

Type

AppDelete object

Deletes an app.

Requires MANAGE_APPSpermission.

Triggers the following webhook events:

  • APP_DELETED (async): An app was deleted.

Was this page helpful?