OpenAPI 3.1.02026-08-143874115.7 MB

a84d4905fdbb

Social Accounts

Delete a Social Account

Disconnects a social account from an account or user without deleting the underlying platform account.

delete/social_accounts/{id}

Query parameters

account_idstring

The Account that the social account is connected to. Provide either this or user_id.

user_idstring

The User that the social account is connected to. Provide either this or account_id.

Response

user social account disconnected

deletedboolean required

Always true.

idstring required

ID of the disconnected social account.

Example response

{
  "deleted": true,
  "id": "sacc_xxxxxxxxxxxxxx"
}