---
title: "Delete workflow trigger"
method: DELETE
path: "/triggers/{trigger_id}"
tags: ["Workflow Triggers"]
---

# Delete workflow trigger

`DELETE /triggers/{trigger_id}`

Permanently delete a workflow trigger. This will stop the workflow from executing automatically based on this trigger.

After deletion:
- For inbound_message triggers: Messages to the phone_number_id will no longer start this workflow
- For api_call triggers: The workflow can still be started manually via POST /workflows/{id}/executions

This operation cannot be undone. If you need to temporarily disable a trigger, use PATCH to set active=false instead.

## Response `204`

Trigger deleted successfully (no content returned)

## Other responses

- `401` — Missing or invalid API key
- `404` — Resource not found

---

[API](https://skmtc.net/kapso/apis/kapso-platform-api.md) · [All operations](https://skmtc.net/kapso/apis/kapso-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kapso/kapso-platform-api/revisions/18ff5548a33f/schema)
