Skip to main content
DELETE
/
x
/
accounts
/
{id}
Disconnect X account
curl --request DELETE \
  --url https://xquik.com/api/v1/x/accounts/{id} \
  --header 'x-api-key: <x-api-key>'
Free — does not consume credits
curl -X DELETE https://xquik.com/api/v1/x/accounts/3 \
  -H "x-api-key: xq_YOUR_KEY_HERE" | jq

Path parameters

id
string
required
The unique account ID.

Headers

x-api-key
string
required
Your API key. Session cookie authentication is also supported. Generate a key from the dashboard.

Response

success
boolean
Always true on successful disconnection.
{ "success": true }
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.