v53

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

Deletes a single Knowledge Base Entry using the `id` field

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/knowledge_base/entries/{id}</span></div>

Refer to Spaces for more information.

Delete a Knowledge Base Entry by its unique id.

delete/api/security_ai_assistant/knowledge_base/entries/{id}

Path parameters

idstring nonempty required

A string that does not contain only whitespace characters.

Example:I am a string

The unique identifier (id) of the Knowledge Base Entry to delete.

Response

Successful request returning the id of the deleted Knowledge Base Entry.

idstring nonempty required

A string that does not contain only whitespace characters.

Example response

{
  "id": "I am a string"
}