Workflow Triggers
Delete workflow trigger
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//executions
This operation cannot be undone. If you need to temporarily disable a trigger, use PATCH to set active=false instead.
DELETE
Delete workflow trigger
Documentation Index
Fetch the complete documentation index at: https://docs.kapso.ai/llms.txt
Use this file to discover all available pages before exploring further.
Previous
Update workflow triggerUpdate a workflow trigger. Currently only the 'active' status can be modified.
Use this to:
- Temporarily disable a trigger without deleting it (set active=false)
- Re-enable a previously disabled trigger (set active=true)
Note: To change trigger type or phone_number_id, delete the trigger and create a new one.
Next
Delete workflow trigger

