Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.example.com/social/connections/{social_connection_id}
Disconnect one social account.
social_connection_id
GET /social/connections
curl -X DELETE "https://api.mosaic.so/social/connections/7f9388af-26e8-4e68-a52b-6b9a0ef3a017" \ -H "Authorization: Bearer mk_your_api_key"
{ "success": true, "platform": "linkedin", "social_connection_id": "7f9388af-26e8-4e68-a52b-6b9a0ef3a017" }
Was this page helpful?