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