clickup_webhook_delete
Permanently delete a ClickUp webhook and stop all future event deliveries. The webhook record is removed immediately and the action is irreversible.
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='inactive' 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. |