delete_trigger
Remove an automated trigger permanently by its trigger ID. Find IDs with list_triggers; use pause_trigger to temporarily stop instead.
Instructions
Delete one trigger by trigger_id (find ids with list_triggers). The trigger is removed immediately and will no longer fire automatically; its registration cannot be recovered from this tool. To stop a trigger temporarily instead, use pause_trigger. An unknown trigger_id fails with not_found. Returns trigger_id with deleted: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trigger_id | Yes | Trigger ID to delete. |