OpenAPI 3.1.02026-08-203914245.9 MB
4a1a4a5d2c72
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
Example response
{
"deleted": true,
"id": "sacc_xxxxxxxxxxxxxx"
}