Skip to main content
id
string
required
UUID of the social account to disconnect.
curl -X DELETE https://api.usenaive.ai/v1/social/accounts/acc-uuid \
  -H "Authorization: Bearer nv_sk_live_..."
{
  "disconnected": true,
  "account_id": "acc-uuid"
}