---
title: "Service: /clients/{client}/webhooks/{webhook} [DELETE]"
source: https://dev.pageseeder.com/api/services/webhook-DELETE.html
description: "Deletes a webhook for a specified client. Requires administrator permissions. Returns an empty response on success. Uses internal client ID in the URL path."
last_updated: 2026-09-02T11:36:01+10:00
document_type: api_endpoint
operation_id: webhook-DELETE
resource_id: webhook
path_template: /clients/{client}/webhooks/{webhook}
http_method: DELETE
api_category: webhook
implementation_version: 6.2004
api_since: 5.9500
deprecated_since: null
obsolete_since: null
api_support: experimental
cache_control: N/A
generated_at: 2026-09-02
tokens: ~143
---

# /clients/\{client\}/webhooks/\{webhook\} \[DELETE\]

## Description



Deletes a [webhook](../../reference/glossary/webhook.md).

> **Note:** Use the internal client id, not the [client ID](../../reference/glossary/client_id.md) in the URL. For example: `/clients/123/webhooks/456.json`

## Parameters

No parameters required.

## Permission

This service requires administrator.

## Response

The response does not include the deleted webhook.

```xml
<webhook-delete/>
```

or as JSON:

```json
{}
```

## Error Handling

No specific errors expected for this service.

