Skip to main content

appDelete Mutation

Deletes an app.

Requires the MANAGE_APPSpermission.

Triggers the following webhook events:

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

Arguments

id ● ID!

ID of an app to delete.

Type

AppDelete

Deletes an app.

Requires the MANAGE_APPSpermission.

Triggers the following webhook events:

  • APP_DELETED (async): An app was deleted.