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

# staffNotificationRecipientDelete Mutation

Deletes staff notification recipient.

Requires the MANAGE\_SETTINGS permission.

```graphql
staffNotificationRecipientDelete(
  id: ID!
): StaffNotificationRecipientDelete
```

Details

```graphql
type StaffNotificationRecipientDelete {
  shopErrors: [ShopError!]! @deprecated
  errors: [ShopError!]!
  staffNotificationRecipient: StaffNotificationRecipient
}
```

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

### Arguments

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

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

ID of a staff notification recipient to delete.

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

### Type

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

#### [`StaffNotificationRecipientDelete`](/api-reference/users/objects/staff-notification-recipient-delete.md)

Deletes staff notification recipient.

Requires the MANAGE\_SETTINGS permission.
