Skip to main content
DELETE
Go

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the primary user account.

provider
enum<string>
required

Identity provider name of the secondary linked account (e.g. google-oauth2). The type of identity provider

Available options:
ad,
adfs,
amazon,
apple,
dropbox,
bitbucket,
auth0-oidc,
auth0,
baidu,
bitly,
box,
custom,
daccount,
dwolla,
email,
evernote-sandbox,
evernote,
exact,
facebook,
fitbit,
github,
google-apps,
google-oauth2,
instagram,
ip,
line,
linkedin,
oauth1,
oauth2,
office365,
oidc,
okta,
paypal,
paypal-sandbox,
pingfederate,
planningcenter,
salesforce-community,
salesforce-sandbox,
salesforce,
samlp,
sharepoint,
shopify,
shop,
sms,
soundcloud,
thirtysevensignals,
twitter,
untappd,
vkontakte,
waad,
weibo,
windowslive,
wordpress,
yahoo,
yandex
user_id
string
required

ID of the secondary linked account (e.g. 123456789081523216417 part after the | in google-oauth2|123456789081523216417).

Response

User identity successfully unlinked.

connection
string
default:Initial-Connection
required

The name of the connection for the identity.

user_id
default:abc
required

The unique identifier for the user for the identity.

Minimum string length: 1
provider
string
default:auth0
required

The type of identity provider.

isSocial
boolean

true if the identity provider is a social provider, falses otherwise

access_token
string

IDP access token returned only if scope read:user_idp_tokens is defined

access_token_secret
string

IDP access token secret returned only if scope read:user_idp_tokens is defined.

refresh_token
string

IDP refresh token returned only if scope read:user_idp_tokens is defined.

profileData
object