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"
}

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 status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 60bbb4a6ffbc12See the full diff
    • ▲

      the response's body type changed from boolean to object for status

      response-body-type-changed

    • ○

      added the required property to the response with the status

      response-required-property-added

    • ○

      added the required property to the response with the status

      response-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.