Delete a cached tweet style profile
cURL
curl --request DELETE \ --url https://xquik.com/api/v1/styles/{username} \ --header 'x-api-key: <api-key>'
curl -X DELETE https://xquik.com/api/v1/styles/elonmusk \ -H "x-api-key: xq_YOUR_KEY_HERE" | jq
@
true
{ "success": true }
{ "error": "unauthenticated" }
{ "error": "style_not_found" }
Was this page helpful?