disableWebhookSubscription
Disables an existing webhook subscription.
A disabled webhook subscription will not receive messages from EventsAir in response to activities in the platform.
Throws an error with code NOT_FOUND if no webhook subscription is found.
See the webhooks guide for more information.
disableWebhookSubscription(
  input: DisableWebhookSubscriptionInput!
): DisableWebhookSubscriptionPayload!
Arguments
disableWebhookSubscription.input ● DisableWebhookSubscriptionInput! non-null input
Type
DisableWebhookSubscriptionPayload object
The payload object returned when disabling an existing webhook subscription.