delete_entity
Remove an entity and its associated relationships from the knowledge graph to maintain accurate Infrastructure-as-Code component tracking.
Instructions
Remove an entity and its relationships from the knowledge graph
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Entity ID |
Input Schema (JSON Schema)
{
"description": "Remove an entity and its relationships from the knowledge graph",
"properties": {
"id": {
"description": "Entity ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}