X accounts
X account connection API | disconnect profile
Delete the stored Xquik connection only; the X account stays unchanged, old IDs return 404, and reconnecting creates a new ID. Includes request fields.
- 200
- 400
- 401
- 404
- 429
DELETE
X account connection API | disconnect profile
Free - does not consume credits
404; reconnect the account to get a new ID.
What disconnect does
Removes this connection
The stored connection row is removed from your Xquik account. Future
GET /x/accounts/{id} calls for the same ID return 404.Stops writes immediately
The dashboard Disconnect button uses the same endpoint and warns that write actions stop immediately. After success, new write, DM, media upload, and profile actions must choose another connected account or reconnect this X account.
Keeps monitors separate
Account and keyword monitors are independent. Disconnecting credentials for
@username does not remove monitors that track that username. Delete those monitors separately when tracking should stop.Reconnect with a new ID
To use the same X account again, call Connect X Account. Store the new account
id from the connect response instead of reusing the deleted ID.Path parameters
string
required
The unique account ID.
Headers
string
required
Your API key. Session cookie authentication is also supported. Generate a key from the dashboard.
Response
200 OK
boolean
Always
true on successful disconnection.400 Invalid ID
401 Unauthenticated
404 Not found
429 Rate limited
Retry-After value before disconnecting another account.
The account is disconnected and stored credentials are permanently deleted. This does not affect your X account itself.
Related. List X Accounts to verify the account was removed, or Connect X Account to add a new one.
- 200
- 400
- 401
- 404
- 429
X account connection API | disconnect profile