Flows
Flow Actions

Remove an action from a flow

Remove a single action from a flow by its flowActionId. Returns 404 if the flow or flow action does not exist.

delete/flows/{flowId}/actions/{flowActionId}

Path parameters

flowIdstring uuid required
flowActionIdstring uuid required

Response

Flow action removed

messagestring required

Changes