Skip to main content

webhookDelete Mutation

Deletes 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.

Requires one of the following permissions: MANAGE_APPSAUTHENTICATED_APP
webhookDelete(
id: ID!
): WebhookDelete
Show return type

Arguments

id ● ID!

ID of a webhook to delete.

Type

WebhookDelete

Deletes 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.

Requires one of the following permissions: MANAGE_APPSAUTHENTICATED_APP