Skip to main content
DELETE
/
v1
/
social
/
accounts
/
{id}
Disconnect account
curl --request DELETE \
  --url https://api.usenaive.ai/v1/social/accounts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "disconnected": true,
  "account_id": "<string>"
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Path Parameters

id
string
required

Response

Disconnected.

disconnected
boolean
account_id
string