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
RequiredValid values
"google""github""facebook""apple""discord""microsoft"Responses
Account unlinked successfully
application/json
JSON
{
"success": true,
"message": "google account unlinked successfully"
}