Skip to main content
DELETE
Unlink OAuth Identity
Unlinks an OAuth identity from the authenticated user’s account. The identity is permanently deleted. Requires a valid access token. The identity must belong to the authenticated user.

Headers

Authorization
string
required
Bearer {accessToken} — a valid access token for the authenticated user.

Path Parameters

identityId
string
required
UUID of the identity to unlink. Retrieve identity IDs from the List Identities endpoint.

Response

success
boolean
true when the identity was successfully unlinked.

Error Responses

Returned when the identity does not exist or does not belong to the authenticated user.
Returned when this is the only identity on the account and the user has no password set. Unlinking would lock the user out.

See Also