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> <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.
Example response
{
"id": "I am a string"
}