webhookDelete
Delete a webhook. Before the deletion, the webhook is deactivated to pause any deliveries that are already scheduled. The deletion might fail if delivery is in progress. In such a case, the webhook is not deleted but remains deactivated.
webhookDelete(
id: ID!
): WebhookDelete
Arguments
webhookDelete.id
● ID!
non-null scalar miscellaneous
ID of a webhook to delete.
Type
WebhookDelete
object webhooks
Delete a webhook. Before the deletion, the webhook is deactivated to pause any deliveries that are already scheduled. The deletion might fail if delivery is in progress. In such a case, the webhook is not deleted but remains deactivated.