Overview
Permanently removes a webhook subscription. After deletion, no new deliveries will be created for this subscription. Existing delivery records are retained for audit purposes.Endpoint
Authentication
Requires a valid API Key with thepartner_webhooks_manage permission.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | UUID | Yes | The subscription ID. |
Example Request
Success Response
HTTP Status:200 OK
Error Responses
| HTTP Status | Code | Description |
|---|---|---|
401 | UNAUTHORIZED | Missing or invalid API key |
403 | FORBIDDEN | Missing partner_webhooks_manage permission |
404 | RESOURCE_NOT_FOUND | Subscription not found |
Notes
- Deleted subscriptions cannot be restored. To re-subscribe, create a new subscription (you will receive a new signing secret).
- To pause deliveries temporarily without deleting, set
status: INACTIVEviaPATCHinstead.