curl -X DELETE "https://api.hooked.ai/v1/social/account/clx123abc" \ -H "x-api-key: your_api_key_here"
{ "success": true, "message": "Account deleted successfully", "data": { "id": "clx123abc", "deleted": true } }
Delete an analyzed account and its associated data
Show data
Account deleted successfully