Workflow
Remove a workflow action from a step
Deletes an action from a single workflow step.
Returns "Ok" on success.
If the action exists on other steps, removing it from one step will not delete the action outright.
delete/api/v1/workflow/steps/{stepId}/actions/{actionId}
Path parameters
actionIdstring required
Identifier of the workflow action to remove.
stepIdstring required
Identifier of the step containing the action.
Response
Workflow action removed from step successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.