indykite-capture-delete-nodes
Installation
SKILL.md
IndyKite Capture - delete nodes
This skill builds the request body for the Capture API's batch node delete endpoint - removing whole nodes from the IndyKite Knowledge Graph (IKG):
POST <API_URL>/capture/v1/nodes/delete
Each entry references one node by (type, external_id) - the same pair that identified it at upsert. The JSON file is the deliverable, ready to be POSTed by any application.
The MCP server does not currently expose Capture endpoints; the JSON bodies this skill produces are for direct REST use and remain valid if Capture tools are added later.
When to use
Activate this skill when the user wants to:
- remove entities from the IKG - cleanup of test data, offboarding a record, retiring a device;
- undo a batch ingested with
indykite-capture-upsert-nodes.