Task DeleteMapMarker(
MapMarkerDto mapMarker,
UserSessionData currentUser,
CancellationToken cancellationToken = default
)| UnauthorizedAccessException | Thrown if the user currentUser did not have the correct permissions |
| ArgumentNullException | Thrown if mapMarker or currentUser was |