Skip to main content

deleteNotificationSubscription

Delete a notification subscription.

deleteNotificationSubscription(
input: DeleteNotificationSubscriptionInput
): DeleteNotificationSubscriptionPayload!

Example

mutation ($input: DeleteNotificationSubscriptionInput) {
deleteNotificationSubscription(input: $input) {
deleted
}
}

Arguments

deleteNotificationSubscription.input ● DeleteNotificationSubscriptionInput input common

The notification subscription to delete.

Type

DeleteNotificationSubscriptionPayload object common

The result of deleting a notification subscription.