Delete a Social Account
Disconnects a social account from an account or user by discarding the link record. The underlying social account record is retained.
Authorizations
An account API key, account scoped JWT, app API key, or user OAuth token.
Headers
Pins the request to a dated API version. When omitted, the request uses the original (2025-01-01) request/response shapes, so existing unversioned callers are never broken. Generated SDKs always send the latest version they were built against. An unrecognized value is rejected with a 400. The schemas documented here always describe the latest version.
"2026-06-09"
Path Parameters
The ID of the social account to disconnect.
Query Parameters
The Account that the social account is connected to. Provide either this or user_id.
The User that the social account is connected to. Provide either this or account_id.
Response
user social account disconnected
Always true on success.

