# Retract a field (any value)
carry retract person this=did:key:zAlice age
# Retract a specific value (for multi-valued fields)
carry retract person this=did:key:zAlice tag=urgent
# Retract using a domain
carry retract com.app.person this=did:key:zAlice name age
# Retract all claims on an entity
carry retract com.app.person this=did:key:zAlice
# Retract from a file
carry retract retractions.yaml
# Retract from stdin (pipe query output to remove matching data)
carry query person name="Alice" --format triples | carry retract -