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

# DeleteWebhooksOutput

> Result returned by `deleteWebhooks`.

<div data-generated>
  ## GraphQL

  ```
  type DeleteWebhooksOutput {
    deletedIds: [String]
  }
  ```

  ### Used By

  **Returned by**

  * [deleteWebhooks](/api-reference/mutations/deletewebhooks.md): Delete multiple webhooks.
</div>
