Skip to main content

deleteNotificationRecipient

Delete a notification recipient.

deleteNotificationRecipient(
input: DeleteNotificationRecipientInput
): DeleteNotificationRecipientPayload!

Example

mutation ($input: DeleteNotificationRecipientInput) {
deleteNotificationRecipient(input: $input) {
deleted
}
}

Arguments

deleteNotificationRecipient.input ● DeleteNotificationRecipientInput input common

The notification recipient to delete.

Type

DeleteNotificationRecipientPayload object common

The result of deleting a notification recipient.