INPUT_OBJECT

DeleteWebhookInput

Description

The webhook to delete from the account.

link GraphQL Schema definition

  • input DeleteWebhookInput {
  • # The ID of the webhook to be deleted.
  • id: Int!
  • }

link Require by