IAzureCosmosDbDeleteActionFlowAssignment Method
Deletes an action flow assignment from the database. This will not delete the assigned action flow itself, only the assignment to the event.
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
Task DeleteActionFlowAssignment(
ActionFlowAssignmentDto assignment,
UserSessionData deletedBy,
CancellationToken cancellationToken = default
)
- assignment ActionFlowAssignmentDto
- Assignment to delete
- deletedBy UserSessionData
- User deleting the assignment
- cancellationToken CancellationToken (Optional)
- Cancellation token (optional)
TaskTask completion