> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/apps/llms.txt)
> Source: https://docs.saleor.io/api-reference/apps/mutations/app-delete

# appDelete Mutation

Deletes an app.

Requires the MANAGE\_APPS permission.

Triggers the following webhook events:

-   APP\_DELETED (async): An app was deleted.

```graphql
appDelete(
  id: ID!
): AppDelete
```

Details

```graphql
type AppDelete {
  appErrors: [AppError!]! @deprecated
  errors: [AppError!]!
  app: App
}
```

<a id="arguments"></a>

### Arguments

<a id="id"></a>

#### [`id`](#id) ● [`ID!`](/api-reference/miscellaneous/scalars/id.md)

ID of an app to delete.

<a id="type"></a>

### Type

<a id="appdelete"></a>

#### [`AppDelete`](/api-reference/apps/objects/app-delete.md)

Deletes an app.

Requires the MANAGE\_APPS permission.

Triggers the following webhook events:

-   APP\_DELETED (async): An app was deleted.
