Task DeleteConnectorState(
ConnectorStateDto connectorState,
UserSessionData deletedBy,
CancellationToken cancellationToken = default
)| UnauthorizedAccessException | Thrown if the user deletedBy did not have the correct permissions |
| ArgumentNullException | Thrown if connectorState or deletedBy was |