Revoke a connected social account across Late, our DB, and the linked user_profiles row.
?accountId=<internal social_accounts id>:
lateClient.disconnectAccountsocial_accounts rowuser_profiles rowconnectLateAccount — agents cannot complete OAuth headlessly.Safety — confirm with the human before calling. Disconnecting an account terminates any scheduled posts tied to it (those posts were mirrored to Late under this account’s session).ID shape — pass the internal social_accounts.id (UUID), not Late’s opaque late_account_id.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Internal social_accounts.id (NOT the Late account ID). Passed as ?accountId=<uuid>.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Account disconnected.
true