Skip to main content

unlinkIdentity

Unlink a federated identity from the signed-in account by identityId. Refuses to remove your last remaining sign-in method. Requires a session token.

unlinkIdentity(
identityId: String!
): Boolean!

Arguments

unlinkIdentity.identityId ● String! non-null scalar

The identityId to remove (from myIdentities).

Type

Boolean scalar

The Boolean scalar type represents true or false.