Удаление связи с Open ID (во всех профилях пользователя)

Метод: DeleteOpenIdConnectProvider

Параметр Описание
ASPNETSessionIdИдентификатор сессии
authenticationTypeИдентификатор провайдера авторизации
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <DeleteOpenIdConnectProvider xmlns="http://streamline/">
      <ASPNETSessionId>string</ASPNETSessionId>
      <authenticationType>string</authenticationType>
    </DeleteOpenIdConnectProvider>
  </soap:Body>
</soap:Envelope>
Параметр Описание
DeleteOpenIdConnectProviderResultРезультат выполнения запроса
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <DeleteOpenIdConnectProviderResponse xmlns="http://streamline/">
      <DeleteOpenIdConnectProviderResult>
        <Errors>
          <string>string</string>
          <string>string</string>
        </Errors>
        <Objects>
          <string>string</string>
          <string>string</string>
        </Objects>
      </DeleteOpenIdConnectProviderResult>
    </DeleteOpenIdConnectProviderResponse>
  </soap:Body>
</soap:Envelope>