Skip to main content
DELETE
/
accounts
/
{id}
Disconnect a social account
curl --request DELETE \
  --url https://api.social-api.ai/v1/accounts/{id} \
  --header 'Authorization: <api-key>'
{
  "code": "account_not_found",
  "error": "account not found"
}

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Path Parameters

id
string
required

Account ID

Response

Account disconnected