Delete Account

Disconnect a connected social account.

DELETE /v1/accounts/:id

Disconnect an account. Revokes token on the platform (best effort) and deletes the row.

Auth: Bearer API key (required)

Path parameters

ParamTypeDescription
idUUIDConnected account ID

Response 204

Empty body on success.

cURL

curl -X DELETE https://api.social0.app/v1/accounts/ACCOUNT_UUID \
  -H "Authorization: Bearer sk_live_YOUR_KEY"

Errors

HTTPCodeWhen
401invalid_api_keyMissing or invalid API key
403forbiddenAccount belongs to another user
404not_foundAccount not found