twitter_monitor_webhook_delete
Stop a webhook from receiving deliveries by its ID. This soft delete hides it from webhook lists, retains delivery history, and requires a new 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. |