users
Delete social accounts for the authenticated user
Deletes one or more social accounts from the authenticated user's profile.
OAuth app tokens and personal access tokens (classic) need the user scope to use this endpoint.
delete/user/social_accounts
Request body
Example request
{
"account_urls": [
"https://www.linkedin.com/company/github/",
"https://twitter.com/github"
]
}Response
Response