API Reference/Endpoints
Delete an account
DELETE/api/linkedin/gateway/accounts/{account_id}
Unlinks an account for good — its live session is torn down and Warmably stops syncing anything from it.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Path parameters
Response fields
This can't be undone — the account has to be connected again from scratch afterward, not reconnected.
Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. account_id doesn't belong to this key.·404 Not Found. No account with that id exists upstream.