Skip to main content

DeleteNotificationRecipientInput

Input for deleting a notification recipient.

input DeleteNotificationRecipientInput {
notificationRecipientId: Int!
organizationId: Int!
}

Fields

DeleteNotificationRecipientInput.notificationRecipientId ● Int! non-null scalar common

The notification recipient ID to delete.

DeleteNotificationRecipientInput.organizationId ● Int! non-null scalar common

The organization that owns the recipient.

Member Of

deleteNotificationRecipient mutation