retract_executable
Reverse a project_executable apply by deleting the specimen, its claim cards, and their edges. Undo bad projections by providing the spec_id.
Instructions
Reverse a project_executable apply: DETACH DELETE the Specimen + its ClaimCards (and their REALIZES / HAS_CLAIM / GROUNDS edges) for one spec_id. The existing graph nodes the links pointed at are untouched. Use this to undo a bad projection.
Args:
spec_id: the content-hash id of the specimen to retract (from query_executable).
Returns:
JSON {spec_id, specimens, claim_cards} — counts of nodes deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |