Skip to main content
POST
/
workflows
/
trigger-email
/
delete
Delete workflow trigger email
curl --request POST \
  --url https://api.kaizenautomation.com/workflows/trigger-email/delete \
  --header 'Content-Type: application/json' \
  --data '{
  "workflowId": "<string>"
}'

Body

application/json
workflowId
string
required

Response

Email trigger configuration deleted successfully

I