Delete a trigger
Automations
Delete a trigger
Deletes a custom trigger. Refused with 409 TRIGGER_HAS_DEPENDENT_AUTOMATIONS while automations still reference it (details.referencingAutomations lists each blocker). Idempotent — an already-gone trigger resolves with deleted: false.
DELETE
Delete a trigger
Authorizations
Send your Brew API key as Authorization: Bearer brew_xxx.
Path Parameters
Trigger id returned by POST /v1/automations/triggers. Custom triggers use tri_… ids; integration triggers use composite ids (e.g. clerk:org_…:brand_…:user.created, URL-encode the colons).
Required string length:
1 - 256Example:
"tri_signup"