Saki Docs
Account

Disconnect an account

Removes the social account connection and dispatches a webhook event.

Base URLhttps://app.usesaki.com/api
delete/spaces/{space}/accounts/{account}

Disconnect an account

Removes the social account connection and dispatches a webhook event.

AuthorizationBearer <token>

Path Parameters

spacerequiredinteger

The space ID

accountrequiredinteger

The account ID

Response

curl -X DELETE "https://app.usesaki.com/api/spaces/{space}/accounts/{account}" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
{}