DELETE api/2.0/people/thirdparty/unlinkaccount This function requires authentication

Description

Unlinks a third-party account specified in the request from the user profile.

Parameters
Name Description Type Example
provider
sent in body
Provider name string some text
Example
DELETE api/2.0/people/thirdparty/unlinkaccount
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "provider": "some text"
}
Returns

This method doesn't return any data.