Delete conversations
Spaces method and path for this operation:
delete /s/{space_id}/api/security_ai_assistant/current_user/conversations
Refer to Spaces for more information.
This endpoint allows users to permanently delete all conversations.
DELETE
/api/security_ai_assistant/current_user/conversations
curl \
--request DELETE 'https://localhost:5601/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
}