clickup_delete_webhook
Permanently delete a webhook to cease all event deliveries. Ideal for decommissioning endpoints or cleaning up duplicate webhooks.
Instructions
Permanently delete a webhook, stopping all event delivery to its endpoint.
When to Use:
To decommission an endpoint or clean up a failing/duplicate webhook.
When NOT to Use:
To temporarily pause delivery — there is no pause; recreate with
clickup_create_webhookwhen needed, or leave it and ignore the events.
Returns: A confirmation that the webhook was deleted.
Examples:
params = {"webhook_id": "e506-4a29-9d42-26e504e3435e"}
Error Handling:
404 → unknown webhook id. Errors return an Error ... string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |