v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-076771,7565.2 MB
Security AI Assistant API

Delete conversations

Spaces method and path for this operation:

<div><span class="operation-verb delete">delete</span>&nbsp;<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

excludedIdsstring[]

Optional list of conversation IDs to delete.

Example request

{
  "excludedIds": [
    "abc123",
    "def456"
  ]
}

Response

Indicates a successful call. The conversations were deleted successfully.

failuresstring[]
successboolean
totalDeletednumber

Example response

{
  "success": true,
  "totalDeleted": 10
}