Skip to main content
DELETE
/
styles
/
{id}
Delete style
curl --request DELETE \
  --url https://xquik.com/api/v1/styles/{id} \
  --header 'x-api-key: <api-key>'

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/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.
Last modified on May 5, 2026