indykite-capture-delete-relationship-properties
Installation
SKILL.md
IndyKite Capture - delete relationship properties
This skill builds the request body for the Capture API's batch relationship-property delete endpoint - removing named properties from relationships in the IndyKite Knowledge Graph (IKG) while keeping the relationships themselves:
POST <API_URL>/capture/v1/relationships/properties/delete
Each entry identifies one relationship (source, target, type) and lists the property_types to strip from it. 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 properties from an edge - e.g. drop a stale
statusor timestamp from anOWNSrelationship - while keeping the connection; - strip the same property set from many relationships in one call.