UnregisterWebhookInput
Input to provide information to unregister a webhook (either some events or entire webhook).
input UnregisterWebhookInput {
events: [WebhookEvent!]
url: URL!
}
Fields
UnregisterWebhookInput.events ● [WebhookEvent!] list enum
The events to remove from the webhook. If not provided, all registered webhook notifications will be removed.
UnregisterWebhookInput.url ● URL! non-null scalar
The URL of the webhook.
Member Of
unregisterWebhook mutation