Stop all workflow executions for a subscriber.
This operation is a no-op if the subscriber is not executing any worklfows.
Response format | JSON |
---|---|
Requires authentication? | Yes |
reason required | A description of why the workflows are being stopped. |
---|
curl \
-X POST \
-u '[SID]:[TOKEN]' \
-H 'Content-Type: application/json' \
-d '{ "reason": "Too much workflow goodness" }' \
'https://api.essential.to/v2/account/channels/p03Gjl8Uzn0RkZSpHXHnrw/subscribers/15009998080/automation_workflow_executions/stop_all'
# Sample response
202 Accepted
Python coming soon.
Node coming soon.