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.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
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

