Delete a Social Account
Disconnects a social account from an account or user without deleting the underlying platform account.
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
Example response
{
"deleted": true,
"id": "sacc_xxxxxxxxxxxxxx"
}Changes
Changed in 3 of the 74 revisions of this API.17
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the response's body type changed from
booleantoobjectfor statusresponse-body-type-changed
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
Of the 74 revisions, 1 has no diff computed.