> ## Documentation Index
> Fetch the complete documentation index at: https://redo-44af351d-docs-v3-graphql-api-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# deleteWebhookEndpoint

> Delete a webhook endpoint. Returns true if an owned endpoint was deleted, false if none matched.

**Required scopes:**
[`webhooks_write`](/docs/api-reference/v3/reference/scopes#scope-webhooks_write)

## Arguments

<ResponseField name="id" type="ID!" required>
  The id of the webhook endpoint to delete.
</ResponseField>

## Returns

<ResponseField name="deleteWebhookEndpoint" type="Boolean!" required />

## Example

```graphql theme={null}
mutation {
  deleteWebhookEndpoint(id: "...")
}
```
