twitter_monitor_webhook_delete
Delete a webhook by ID to stop deliveries immediately, with history retained. Irreversible; re-create a webhook to resume.
Instructions
Soft-delete a webhook by id: it stops receiving deliveries immediately and disappears from twitter_monitor_webhook_list, but delivery history referencing it is retained rather than cascade-deleted. Irreversible from the caller's side (register a new webhook with twitter_monitor_webhook_create to resume delivery). Free per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The webhook's id, from twitter_monitor_webhook_create or twitter_monitor_webhook_list. |