Documentation Index
Fetch the complete documentation index at: https://docs.xquik.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Your API key. Session cookie authentication is also supported. Generate a key from the dashboard.
Response
200 OK
400 Invalid ID
401 Unauthenticated
404 Not Found
429 Rate Limited
Always true on successful disconnection.
{ "error": "invalid_id", "message": "Invalid account ID format" }
The provided account ID is not a valid format.{ "error": "unauthenticated", "message": "Missing or invalid API key" }
Missing or invalid API key.{ "error": "not_found", "message": "Resource not found." }
No account exists with this ID, or it belongs to a different Xquik account.{ "error": "rate_limit_exceeded", "message": "Too many requests. Try again later.", "retryAfter": 60 }
Wait for the 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.