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