Skip to content

Unlink Social Account

DELETE
/auth/social/accounts/{provider}

⚠️ BETA FEATURE - Unlink a social account from the authenticated user.

Authorizations

SessionAuth

Session ID for authenticated requests

TypeAPI Key (header: X-Session-ID)

Parameters

Path Parameters

provider*
Typestring
Required
Valid values
"google""github""facebook""apple""discord""microsoft"

Responses

Account unlinked successfully

application/json
JSON
{
"success": true,
"message": "google account unlinked successfully"
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI