Connections API
Delete connection
Disconnect a social account: revokes the grant where supported and deletes stored tokens.
DELETE
/v1/connections/{id}Path & query parameters
idstringrequired | Connection id. |
Request
curl -X DELETE "https://api.lyncut.com/v1/connections/con_9f3a" \
-H "x-lyncut-api-key: YOUR_API_KEY"Response
{ "data": { "id": "con_9f3a", "status": "deleted" } }Was this page helpful?
Request
curl -X DELETE "https://api.lyncut.com/v1/connections/con_9f3a" \
-H "x-lyncut-api-key: YOUR_API_KEY"Response
{ "data": { "id": "con_9f3a", "status": "deleted" } }