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

# DeleteWebhooksOutput

> Ids actually deleted by deleteWebhooks (filtered to those owned by the calling API key).

### TypeScript shape

```ts theme={null}
interface DeleteWebhooksOutput {
  deletedIds: string[] | null;
}
```

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

<ResponseField name="deletedIds" type="[String]">
  Ids that were actually deleted (a subset of the input). Any ids that did not exist or belonged to a different API key are silently dropped.
</ResponseField>
