Delete a cached tweet style profile by username to free up your style analysis slots
cURL
curl --request DELETE \ --url https://api.example.com/styles/{id} \ --header 'x-api-key: <x-api-key>'
curl -X DELETE https://xquik.com/api/v1/styles/elonmusk \ -H "x-api-key: xq_YOUR_KEY_HERE" -w "\n%{http_code}"
{ "error": "unauthenticated", "message": "Missing or invalid API key" }
{ "error": "style_not_found", "message": "No cached style found for this username" }
Was this page helpful?