Delete Agent Trigger
deleteAgentTriggerPermanently delete one of your own event triggers on an agent. The agent stops starting Runs for that event and the trigger's filter config is lost. To keep the trigger but stop it firing, upsert it with enabled: false instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes | The agent's unique identifier | |
| triggerId | Yes | The trigger to delete |