Delete conversations
This endpoint allows users to permanently delete all conversations.
DELETE
/api/security_ai_assistant/current_user/conversations
curl \
--request DELETE 'https://<KIBANA_URL>/api/security_ai_assistant/current_user/conversations' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"excludedIds":["abc123","def456"]}'
Response examples (200)
{
"success": true
}