curl --request DELETE \
--url https://agent-studio.thena.ai/api/v1/chat/clear-all-chats \
--header 'x-api-key: <api-key>'{}Clear all chat threads and messages for the current user with a specific agent.
Args: agent_id: Agent ID to filter chats by (required) chat_service: The chat service instance organization_id: The organization ID to clear chats for user_id: The user ID to clear chats for _auth_token: The platform token for authentication
Returns: Dict with counts of deleted threads, messages, and cache keys
curl --request DELETE \
--url https://agent-studio.thena.ai/api/v1/chat/clear-all-chats \
--header 'x-api-key: <api-key>'{}