public Task DeleteActionFlow(
ActionFlowDefinitionDto actionFlowDefinition,
UserSessionData deletedBy,
CancellationToken cancellationToken = default
)| UnauthorizedAccessException | Thrown if the user deletedBy did not have the correct permissions |
| ArgumentNullException | Thrown if actionFlowDefinition or deletedBy was |