Skip to main content

staffNotificationRecipientDelete Mutation

Deletes staff notification recipient.

Requires the MANAGE_SETTINGSpermission.
staffNotificationRecipientDelete(
id: ID!
): StaffNotificationRecipientDelete
Details
type StaffNotificationRecipientDelete {
shopErrors: [ShopError!]! @deprecated
errors: [ShopError!]!
staffNotificationRecipient: StaffNotificationRecipient
}

Arguments

id ● ID!

ID of a staff notification recipient to delete.

Type

StaffNotificationRecipientDelete

Deletes staff notification recipient.

Requires the MANAGE_SETTINGSpermission.