Skip to main content

TypeScript shape

interface DeleteWebhooksInput {
  webhookIds: string[];
}
Used by deleteWebhooks.
webhookIds
[String!]!
required
The webhook ids to delete. Duplicates and empty strings are dropped before the database lookup. Ids owned by other API keys are silently skipped.