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.
10 credits per call · All plans from $0.00012/credit
curl -X POST https://xquik.com/api/v1/x/users/44196397/remove-follower \
-H "x-api-key: xq_YOUR_KEY_HERE" \
-H "Content-Type: application/json" \
-d '{
"account": "myxaccount"
}' | jq
Your API key. Session cookie authentication is also supported. Generate a key from the dashboard .
Must be application/json.
Path parameters
The X user ID of the follower to remove.
Body
X username or account ID of your connected account whose follower list should be updated.
Response
{ "error" : "invalid_input" , "message" : "Invalid user ID or account" }
The user ID or account field is missing or malformed. { "error" : "unauthenticated" , "message" : "Missing or invalid API key" }
Missing or invalid API key. { "error" : "no_subscription" , "message" : "No active subscription" }
An active subscription is required. Subscribe from the dashboard . { "error" : "insufficient_credits" , "message" : "Insufficient credits" }
Insufficient credits for this operation. Top up your credit balance from the dashboard . { "error" : "account_needs_reauth" }
The connected X account failed a recent login attempt and needs to be reconnected. Reconnect it from the dashboard . { "error" : "account_restricted" }
The connected X account is locked, suspended, recovering, or temporarily restricted. Resolve the restriction on X before retrying. { "error" : "x_content_too_long" , "message" : "..." }
X rejected the write. Possible codes: x_content_too_long, x_duplicate_action, x_account_suspended, x_account_protected, x_target_not_found, x_account_feature_required, x_rejected. See error handling for details. { "error" : "x_rate_limited" , "message" : "..." }
X throttled the write. Possible codes: x_rate_limited (short-term throttle) or x_daily_limit (daily cap hit). Back off and retry later. Distinct from Xquik tier-based 429. { "error" : "x_transient_error" , "message" : "..." }
A transient upstream issue occurred. Safe to retry with exponential backoff. { "error" : "x_write_failed" , "message" : "Failed to complete the action" }
The write action failed. Retry after a short delay.