# DELETE /automations/:id/triggers/:triggerId

**Resource:** [Automations](./automations.md)  
**Scopes:** `automations:write`  
**Write operation:** yes

Delete a trigger from an automation.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | Automation ID |
| `triggerId` | path | uuid | yes | Trigger ID |

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`