clickup_webhook_delete
Permanently delete a ClickUp webhook to stop all future event deliveries to its endpoint. This action is destructive and irreversible—use clickup_webhook_update with status='suspended' to pause instead.
Instructions
Permanently delete a ClickUp webhook, stopping all future event deliveries to its endpoint. Destructive and irreversible — the webhook record is removed immediately. If you only want to pause deliveries, use clickup_webhook_update with status='suspended' instead. Returns an empty object on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_id | Yes | ID of the webhook to delete. Obtain from clickup_webhook_list (field: id). The authenticated user must own the webhook or be a workspace admin. |