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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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