Software · Sample payload
Animal · soft-delete (PUT isLive=false)
Soft-delete pattern — DELETE returns 405 on Lattice; we PUT isLive=false with epoch expiryTime instead.
ProtectionPUT /api/v1/entities
JSON
{
"entityId": "track-bird-RKSI-39214",
"expiryTime": "1970-01-01T00:00:00Z",
"isLive": false,
"ontology": { "template": "TEMPLATE_TRACK" }
}Scrubbed of partner-specific identifiers · safe to copy and adapt