Skip to main content
DELETE
https://xquik.com/api/v1
/
styles
/
{username}
Delete Style
curl --request DELETE \
  --url https://xquik.com/api/v1/styles/{username} \
  --header 'x-api-key: <api-key>'
This endpoint does not count against your monthly usage quota.
curl -X DELETE https://xquik.com/api/v1/styles/elonmusk \
  -H "x-api-key: xq_YOUR_KEY_HERE" | jq

Path Parameters

username
string
required
X username whose cached style to delete. The @ prefix is automatically stripped if included.

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 deletion.
{ "success": true }
The cached tweets and style data are permanently removed. Use Analyze & Cache Style to re-fetch if needed.
Related: List Styles to verify the style was removed, or Analyze & Cache Style to cache a new style.