Skip to main content
DELETE
/
styles
/
{id}
Delete style
curl --request DELETE \
  --url https://api.example.com/styles/{id} \
  --header 'x-api-key: <x-api-key>'
Free — does not consume credits
curl -X DELETE https://xquik.com/api/v1/styles/elonmusk \
  -H "x-api-key: xq_YOUR_KEY_HERE" -w "\n%{http_code}"

Path parameters

id
string
required
Style profile ID or X username whose cached style to delete.

Headers

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

Response

Empty response body. The style was successfully deleted.
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.