> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
> Use this file to discover all available pages before exploring further.

# DeleteWebhooksInput

> Ids to delete via deleteWebhooks. Scoped to the calling API key — other keys' rows are silently skipped.

### TypeScript shape

```ts theme={null}
interface DeleteWebhooksInput {
  webhookIds: string[];
}
```

Used by [deleteWebhooks](/api-reference/graphql/mutations/deleteWebhooks).

<ResponseField name="webhookIds" type="[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.
</ResponseField>
