Security AI Assistant API
Delete conversations
Spaces method and path for this operation:
<div><span class="operation-verb delete">delete</span> <span class="operation-path">/s/{space_id}/api/security_ai_assistant/current_user/conversations</span></div>Refer to Spaces for more information.
This endpoint allows users to permanently delete all conversations.
delete/api/security_ai_assistant/current_user/conversations
Request body
Example request
{
"excludedIds": [
"abc123",
"def456"
]
}Response
Indicates a successful call. The conversations were deleted successfully.
Example response
{
"success": true,
"totalDeleted": 10
}