Unlink OAuth Identity
OAuth Endpoints
Unlink OAuth Identity
Remove a linked OAuth identity from the current user
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.
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.
Headers
Bearer {accessToken} — a valid access token for the authenticated user.Path Parameters
UUID of the identity to unlink. Retrieve identity IDs from the
List Identities endpoint.
Response
true when the identity was successfully unlinked.Error Responses
Identity Not Found — 404
Identity Not Found — 404
Last Identity — 400
Last Identity — 400
User Not Found — 404
User Not Found — 404

