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
Type
API Key (header: X-Session-ID)
Parameters
Path Parameters
provider*
Type
Requiredstring
Valid values
"google""github""facebook""apple""discord""microsoft"Responses
Account unlinked successfully
application/json
JSON "success": true, "message": "google account unlinked successfully"
{
}