cancelSubscriptionsThroughWebhook

fun cancelSubscriptionsThroughWebhook(    identifier: String,     context: String,     callback: WebcomDoneCallback? = null)

Cancel all subscriptions previously subscribed through the webhook channel (with the subscribeThroughWebhook method).

The same identifier and context as at subscription must be passed at cancelation.