Skip to main content

unregisterWebhook

Unregister a existing webhook subscription. Provide the Webhook ID you received from registerWebhook to unregister. You can also unregister by having your webhook endpoint return a HTTP 410 response code.

unregisterWebhook(
id: ID
): Boolean

Arguments

unregisterWebhook.id ● ID scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.